Gamebase SDK for Android 2.49.0
NHN Cloud Gamebase Platform
Loading...
Searching...
No Matches
PurchasableConfiguration Class Reference

Parameter class for the initialization of com.toast.android.gamebase.Gamebase.Purchase#requestItemListOfNotConsumed(Activity, PurchasableConfiguration, com.toast.android.gamebase.GamebaseDataCallback) or com.toast.android.gamebase.Gamebase.Purchase#requestActivatedPurchases(Activity, PurchasableConfiguration, com.toast.android.gamebase.GamebaseDataCallback). More...

Inheritance diagram for PurchasableConfiguration:
Inheritance graph
Collaboration diagram for PurchasableConfiguration:
Collaboration graph

Classes

class  Builder
 This is the builder class for creating com.toast.android.gamebase.base.purchase.PurchasableConfiguration objects. More...
 

Public Member Functions

boolean isAllStores ()
 
boolean isIncludeExpiredSubscriptions ()
 
String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Static Public Member Functions

static Builder newBuilder ()
 The factory method to create an instance of the builder to build com.toast.android.gamebase.Gamebase.Purchase#requestItemListOfNotConsumed(Activity, PurchasableConfiguration, com.toast.android.gamebase.GamebaseDataCallback) or com.toast.android.gamebase.Gamebase.Purchase#requestActivatedPurchases(Activity, PurchasableConfiguration, com.toast.android.gamebase.GamebaseDataCallback). More...
 
static< T > T fromJson (@NonNull String json, Class< T > classOfT)
 
static< T > T fromJson (@NonNull JSONObject jsonObject, Class< T > classOfT)
 
static< T > T fromJson (@NonNull String json, Type type)
 

Detailed Description

Member Function Documentation

◆ fromJson() [1/3]

static< T > T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
staticinherited
Here is the call graph for this function:

◆ fromJson() [2/3]

static< T > T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
staticinherited
Here is the caller graph for this function:

◆ fromJson() [3/3]

static< T > T fromJson ( @NonNull String  json,
Type  type 
)
staticinherited

◆ isAllStores()

boolean isAllStores ( )

◆ isIncludeExpiredSubscriptions()

boolean isIncludeExpiredSubscriptions ( )

◆ newBuilder()

◆ toJsonString()

String toJsonString ( )
inherited
Here is the caller graph for this function:

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

String toString ( )
inherited

Reimplemented in TransferAccountRenewConfiguration.

Here is the call graph for this function: