Gamebase SDK for Android  2.41.0
NHN Cloud Gamebase Platform
GamebasePushTokenInfo Class Reference
Inheritance diagram for GamebasePushTokenInfo:
Inheritance graph
Collaboration diagram for GamebasePushTokenInfo:
Collaboration graph

Public Member Functions

 GamebasePushTokenInfo (@NonNull final String pushType, @NonNull final String token, @NonNull final String userId, @NonNull final String deviceCountryCode, @NonNull final String timezone, @Nullable final String registeredDateTime, @NonNull final String languageCode, @NonNull final GamebasePushAgreement agreement)
 
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 String pushType
 
final String token
 
final String userId
 
final String deviceCountryCode
 
final String timezone
 
final String registeredDateTime
 
final String languageCode
 
final GamebasePushAgreement agreement
 

Constructor & Destructor Documentation

◆ GamebasePushTokenInfo()

GamebasePushTokenInfo ( @NonNull final String  pushType,
@NonNull final String  token,
@NonNull final String  userId,
@NonNull final String  deviceCountryCode,
@NonNull final String  timezone,
@Nullable final String  registeredDateTime,
@NonNull final String  languageCode,
@NonNull final GamebasePushAgreement  agreement 
)

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

◆ agreement

final GamebasePushAgreement agreement

◆ deviceCountryCode

final String deviceCountryCode

◆ languageCode

final String languageCode

◆ pushType

final String pushType

◆ registeredDateTime

final String registeredDateTime

◆ timezone

final String timezone

◆ token

final String token

◆ userId

final String userId