Uses of Class
org.robovm.apple.storekit.SKReceiptRefreshRequestOptions
| Package | Description |
|---|---|
| org.robovm.apple.storekit |
-
Uses of SKReceiptRefreshRequestOptions in org.robovm.apple.storekit
Methods in org.robovm.apple.storekit that return SKReceiptRefreshRequestOptions Modifier and Type Method Description SKReceiptRefreshRequestOptionsSKReceiptRefreshRequest. getReceiptProperties()SKReceiptRefreshRequestOptionsSKReceiptRefreshRequestOptions. set(NSString key, NSObject value)SKReceiptRefreshRequestOptionsSKReceiptRefreshRequestOptions. setExpired(boolean expired)SKReceiptRefreshRequestOptionsSKReceiptRefreshRequestOptions. setRevoked(boolean revoked)SKReceiptRefreshRequestOptionsSKReceiptRefreshRequestOptions. setVolumePurchase(boolean volumePurchase)static SKReceiptRefreshRequestOptionsSKReceiptRefreshRequestOptions.Marshaler. toObject(Class<SKReceiptRefreshRequestOptions> cls, long handle, long flags)Methods in org.robovm.apple.storekit that return types with arguments of type SKReceiptRefreshRequestOptions Modifier and Type Method Description static List<SKReceiptRefreshRequestOptions>SKReceiptRefreshRequestOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.storekit with parameters of type SKReceiptRefreshRequestOptions Modifier and Type Method Description protected longSKReceiptRefreshRequest. init(SKReceiptRefreshRequestOptions properties)static longSKReceiptRefreshRequestOptions.Marshaler. toNative(SKReceiptRefreshRequestOptions o, long flags)Method parameters in org.robovm.apple.storekit with type arguments of type SKReceiptRefreshRequestOptions Modifier and Type Method Description static longSKReceiptRefreshRequestOptions.AsListMarshaler. toNative(List<SKReceiptRefreshRequestOptions> l, long flags)static SKReceiptRefreshRequestOptionsSKReceiptRefreshRequestOptions.Marshaler. toObject(Class<SKReceiptRefreshRequestOptions> cls, long handle, long flags)Constructors in org.robovm.apple.storekit with parameters of type SKReceiptRefreshRequestOptions Constructor Description SKReceiptRefreshRequest(SKReceiptRefreshRequestOptions properties)