Gamebase SDK for Android  2.35.0
NHN Cloud Gamebase Platform
GamebasePushAgreement Class Reference
Inheritance diagram for GamebasePushAgreement:
Inheritance graph
Collaboration diagram for GamebasePushAgreement:
Collaboration graph

Public Member Functions

 GamebasePushAgreement (final boolean enabled, final boolean adAgree, final boolean adAgreeNight)
 
String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Static Public Member Functions

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)
 

Public Attributes

final boolean pushEnabled
 
final boolean adAgreement
 
final boolean adAgreementNight
 

Constructor & Destructor Documentation

◆ GamebasePushAgreement()

GamebasePushAgreement ( final boolean  enabled,
final boolean  adAgree,
final boolean  adAgreeNight 
)

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

◆ 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:

Member Data Documentation

◆ adAgreement

final boolean adAgreement

◆ adAgreementNight

final boolean adAgreementNight

◆ pushEnabled

final boolean pushEnabled