Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
|
This is the complete list of members for Gamebase.Purchase, including all inherited members.
GetStoreCode() | Gamebase.Purchase | static |
RequestActivatedPurchases(GamebaseRequest.Purchase.PurchasableConfiguration configuration, GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableReceipt > > callback) | Gamebase.Purchase | static |
RequestActivatedPurchases(GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableReceipt > > callback) | Gamebase.Purchase | static |
RequestItemListAtIAPConsole(GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableItem > > callback) | Gamebase.Purchase | static |
RequestItemListOfNotConsumed(GamebaseRequest.Purchase.PurchasableConfiguration configuration, GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableReceipt > > callback) | Gamebase.Purchase | static |
RequestItemListOfNotConsumed(GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableReceipt > > callback) | Gamebase.Purchase | static |
RequestItemListPurchasable(GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableItem > > callback) | Gamebase.Purchase | static |
RequestPurchase(long itemSeq, GamebaseCallback.GamebaseDelegate< GamebaseResponse.Purchase.PurchasableReceipt > callback) | Gamebase.Purchase | static |
RequestPurchase(string gamebaseProductId, GamebaseCallback.GamebaseDelegate< GamebaseResponse.Purchase.PurchasableReceipt > callback) | Gamebase.Purchase | static |
RequestPurchase(string gamebaseProductId, string payload, GamebaseCallback.GamebaseDelegate< GamebaseResponse.Purchase.PurchasableReceipt > callback) | Gamebase.Purchase | static |
RequestRetryTransaction(GamebaseCallback.GamebaseDelegate< GamebaseResponse.Purchase.PurchasableRetryTransactionResult > callback) | Gamebase.Purchase | static |
RequestSubscriptionsStatus(GamebaseRequest.Purchase.PurchasableConfiguration configuration, GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableSubscriptionStatus > > callback) | Gamebase.Purchase | static |
SetPromotionIAPHandler(GamebaseCallback.GamebaseDelegate< GamebaseResponse.Purchase.PurchasableReceipt > callback) | Gamebase.Purchase | static |
SetStoreCode(string storeCode) | Gamebase.Purchase | static |