Class SKPayment

    • Constructor Detail

      • SKPayment

        public SKPayment()
      • SKPayment

        @Deprecated
        protected SKPayment​(long handle)
        Deprecated.
      • SKPayment

        public SKPayment​(SKProduct product)
        Since:
        Available in iOS 3.0 and later.
    • Method Detail

      • getProductIdentifier

        public java.lang.String getProductIdentifier()
        Since:
        Available in iOS 3.0 and later.
      • getRequestData

        public NSData getRequestData()
        Since:
        Available in iOS 3.0 and later.
      • getQuantity

        public long getQuantity()
        Since:
        Available in iOS 3.0 and later.
      • getApplicationUsername

        public java.lang.String getApplicationUsername()
        Since:
        Available in iOS 7.0 and later.
      • simulatesAskToBuyInSandbox

        public boolean simulatesAskToBuyInSandbox()
        Since:
        Available in iOS 8.3 and later.
      • getPaymentDiscount

        public SKPaymentDiscount getPaymentDiscount()
        Since:
        Available in iOS 12.2 and later.
      • create

        protected static long create​(SKProduct product)
        Since:
        Available in iOS 3.0 and later.