Class SKPayment

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
SKMutablePayment

public class SKPayment
extends NSObject
  • Constructor Details

    • SKPayment

      public SKPayment()
    • SKPayment

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

      protected SKPayment​(NSObject.Handle h, long handle)
    • SKPayment

      protected SKPayment​(NSObject.SkipInit skipInit)
    • SKPayment

      public SKPayment​(SKProduct product)
  • Method Details

    • getProductIdentifier

      public String getProductIdentifier()
    • getRequestData

      public NSData getRequestData()
    • getQuantity

      public long getQuantity()
    • getApplicationUsername

      public String getApplicationUsername()
    • 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)