Gamebase SDK for Unity
1.1.5
Toast Gamebase Platform
|
The Purchase class provides several APIs related to purchasing processes. More...
Static Public Member Functions | |
static void | RequestPurchase (long itemSeq, GamebaseCallback.GamebaseDelegate< GamebaseResponse.Purchase.PurchasableReceipt > callback) |
This is the method to request purchasing item which identifier is itemSeq. More... | |
static void | RequestItemListOfNotConsumed (GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableReceipt >> callback) |
This method provides an item list that have non-consumed. More... | |
static void | RequestRetryTransaction (GamebaseCallback.GamebaseDelegate< GamebaseResponse.Purchase.PurchasableRetryTransactionResult > callback) |
This method is for retrying failed purchasing proccesses. More... | |
static void | RequestItemListPurchasable (GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableItem >> callback) |
This is the primary method for obtaining ItemList which is registered at ToastCloud IAP Console and Apple Itunes Connect. More... | |
static void | RequestItemListAtIAPConsole (GamebaseCallback.GamebaseDelegate< List< GamebaseResponse.Purchase.PurchasableItem >> callback) |
This is the method for obtaining ItemList which is registered at ToastCloud IAP Console. More... | |
static void | SetStoreCode (string storeCode) |
This is a method for set up the store. More... | |
static string | GetStoreCode () |
This method returns a store code that is set up. More... | |