Gamebase SDK for Android  2.7.2
Toast Gamebase Platform
AuthProviderProfile Class Referenceabstract
Collaboration diagram for AuthProviderProfile:
Collaboration graph

Public Member Functions

 AuthProviderProfile ()
 
 AuthProviderProfile (Map< String, Object > data)
 
 AuthProviderProfile (@NonNull Object src)
 
Object get (String key)
 
void put (String key, Object value)
 
void putAll (Map< String, Object > map)
 
abstract String getUserId ()
 
String toString ()
 
String toJsonString ()
 
String toJsonStringWithFlat ()
 

Public Attributes

final Map< String, Object > information
 

Constructor & Destructor Documentation

◆ AuthProviderProfile() [1/3]

◆ AuthProviderProfile() [2/3]

AuthProviderProfile ( Map< String, Object >  data)

◆ AuthProviderProfile() [3/3]

AuthProviderProfile ( @NonNull Object  src)
Here is the call graph for this function:

Member Function Documentation

◆ get()

Object get ( String  key)

◆ getUserId()

abstract String getUserId ( )
abstract
Here is the caller graph for this function:

◆ put()

void put ( String  key,
Object  value 
)
Here is the caller graph for this function:

◆ putAll()

void putAll ( Map< String, Object >  map)
Here is the call graph for this function:

◆ toJsonString()

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

◆ toJsonStringWithFlat()

String toJsonStringWithFlat ( )

◆ toString()

String toString ( )

Member Data Documentation

◆ information

final Map<String, Object> information