Class SKProductStorePromotionController

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

    public class SKProductStorePromotionController
    extends NSObject
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • SKProductStorePromotionController

        public SKProductStorePromotionController()
      • SKProductStorePromotionController

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

        protected SKProductStorePromotionController​(NSObject.SkipInit skipInit)
    • Method Detail

      • updateStorePromotionVisibility

        public void updateStorePromotionVisibility​(SKProductStorePromotionVisibility promotionVisibility,
                                                   SKProduct product,
                                                   org.robovm.objc.block.VoidBlock1<NSError> completionHandler)
        Since:
        Available in iOS 11.0 and later.
      • fetchStorePromotionOrder

        public void fetchStorePromotionOrder​(org.robovm.objc.block.VoidBlock2<NSArray<SKProduct>,​NSError> completionHandler)
        Since:
        Available in iOS 11.0 and later.
      • updateStorePromotionOrder

        public void updateStorePromotionOrder​(NSArray<SKProduct> storePromotionOrder,
                                              org.robovm.objc.block.VoidBlock1<NSError> completionHandler)
        Since:
        Available in iOS 11.0 and later.