Gamebase SDK for Android  2.7.2
Toast Gamebase Platform
AuthMappingInfo Class Reference
Inheritance diagram for AuthMappingInfo:
Inheritance graph
Collaboration diagram for AuthMappingInfo:
Collaboration graph

Public Member Functions

 AuthMappingInfo ()
 
String getUserId ()
 
String getAuthSystem ()
 
String getIdPCode ()
 
long getRegDate ()
 
String getAuthKey ()
 
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)
 

Constructor & Destructor Documentation

◆ AuthMappingInfo()

Member Function Documentation

◆ fromJson() [1/3]

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

◆ fromJson() [2/3]

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

◆ fromJson() [3/3]

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

◆ getAuthKey()

String getAuthKey ( )

◆ getAuthSystem()

String getAuthSystem ( )

◆ getIdPCode()

String getIdPCode ( )

◆ getRegDate()

long getRegDate ( )

◆ getUserId()

String getUserId ( )

◆ toJsonString()

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

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

String toString ( )
inherited
Here is the call graph for this function: