Uses of Class
org.robovm.apple.storekit.SKProduct
| Package | Description |
|---|---|
| org.robovm.apple.storekit |
-
Uses of SKProduct in org.robovm.apple.storekit
Methods in org.robovm.apple.storekit that return types with arguments of type SKProduct Modifier and Type Method Description NSArray<SKProduct>SKProductsResponse. getProducts()Methods in org.robovm.apple.storekit with parameters of type SKProduct Modifier and Type Method Description protected static longSKMutablePayment. create(SKProduct product)protected static longSKPayment. create(SKProduct product)voidSKProductStorePromotionController. fetchStorePromotionVisibility(SKProduct product, VoidBlock2<SKProductStorePromotionVisibility,NSError> completionHandler)booleanSKPaymentTransactionObserver. shouldAddStorePayment(SKPaymentQueue queue, SKPayment payment, SKProduct product)booleanSKPaymentTransactionObserverAdapter. shouldAddStorePayment(SKPaymentQueue queue, SKPayment payment, SKProduct product)voidSKProductStorePromotionController. updateStorePromotionVisibility(SKProductStorePromotionVisibility promotionVisibility, SKProduct product, VoidBlock1<NSError> completionHandler)Method parameters in org.robovm.apple.storekit with type arguments of type SKProduct Modifier and Type Method Description voidSKProductStorePromotionController. fetchStorePromotionOrder(VoidBlock2<NSArray<SKProduct>,NSError> completionHandler)voidSKProductStorePromotionController. updateStorePromotionOrder(NSArray<SKProduct> promotionOrder, VoidBlock1<NSError> completionHandler)Constructors in org.robovm.apple.storekit with parameters of type SKProduct Constructor Description SKMutablePayment(SKProduct product)SKPayment(SKProduct product)