Class SKProductsResponse

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class SKProductsResponse
    extends NSObject
    Since:
    Available in iOS 3.0 and later.
    • Constructor Detail

      • SKProductsResponse

        public SKProductsResponse()
      • SKProductsResponse

        protected SKProductsResponse​(NSObject.Handle h,
                                     long handle)
    • Method Detail

      • getProducts

        public NSArray<SKProduct> getProducts()
        Since:
        Available in iOS 3.0 and later.
      • getInvalidProductIdentifiers

        public java.util.List<java.lang.String> getInvalidProductIdentifiers()
        Since:
        Available in iOS 3.0 and later.