![]() |
Gamebase SDK for Android 2.50.0
NHN Cloud Gamebase Platform
|
This is the builder class for creating com.toast.android.gamebase.base.purchase.PurchasableConfiguration
objects.
More...
Public Member Functions | |
PurchasableConfiguration | build () |
This method creates an instance of com.toast.android.gamebase.base.purchase.PurchasableConfiguration . More... | |
Builder | setAllStores (boolean allStores) |
This method determines the target store scope when calling the payment API. More... | |
Builder | setIncludeExpiredSubscriptions (boolean includeExpiredSubscriptions) |
This function determines whether to include expired subscriptions when querying subscription status. More... | |
This is the builder class for creating com.toast.android.gamebase.base.purchase.PurchasableConfiguration
objects.
An instance of this class can be created with the com.toast.android.gamebase.base.purchase.PurchasableConfiguration#newBuilder()
factory function.
com.toast.android.gamebase.base.purchase.PurchasableConfiguration
com.toast.android.gamebase.base.purchase.PurchasableConfiguration#newBuilder()
com.toast.android.gamebase.Gamebase.Purchase#requestItemListOfNotConsumed(Activity, PurchasableConfiguration, com.toast.android.gamebase.GamebaseDataCallback)
com.toast.android.gamebase.Gamebase.Purchase#requestActivatedPurchases(Activity, PurchasableConfiguration, com.toast.android.gamebase.GamebaseDataCallback)
PurchasableConfiguration build | ( | ) |
This method creates an instance of com.toast.android.gamebase.base.purchase.PurchasableConfiguration
.
Builder setAllStores | ( | boolean | allStores | ) |
This method determines the target store scope when calling the payment API.
allStores | query API to all stores or not. |
Builder setIncludeExpiredSubscriptions | ( | boolean | includeExpiredSubscriptions | ) |
This function determines whether to include expired subscriptions when querying subscription status.
Therefore, this setting is effective only when querying subscription status.
includeExpiredSubscriptions | include expired subscription information to result or not. |