PurchasableConfiguration

Parameter class for the initialization of requestItemListOfNotConsumed or requestActivatedPurchases.

Since

Added 2.45.0.

See also

Types

Link copied to clipboard
open class Builder
This is the builder class for creating com.toast.android.gamebase.base.purchase.PurchasableConfiguration objects.

Functions

Link copied to clipboard
open fun <T> fromJson(@NonNull json: String, classOfT: Class<T>): T
open fun <T> fromJson(@NonNull json: String, type: Type): T
open fun <T> fromJson(@NonNull jsonObject: JSONObject, classOfT: Class<T>): T
Link copied to clipboard
open fun isAllStores(): Boolean
Link copied to clipboard
The factory method to create an instance of the builder to build requestItemListOfNotConsumed or requestActivatedPurchases.
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String