Gamebase SDK for Android
2.44.0
NHN Cloud Gamebase Platform
|
Public Member Functions | |
AuthToken () | |
String | getUserId () |
String | getValid () |
String | getAppId () |
long | getRegDate () |
long | getLastLoginDate () |
AuthGamebaseToken | getGamebaseToken () |
void | setGamebaseToken (@NonNull AuthGamebaseToken gamebaseToken) |
String | getAccessToken () |
String | getAccessTokenSecret () |
List< AuthMappingInfo > | getAuthMappingList () |
void | setAuthMappingList (final List< AuthMappingInfo > mappingInfo) |
TemporaryWithdrawalInfo | getTemporaryWithdrawalInfo () |
GraceBanInfo | getGraceBanInfo () |
List< String > | getAuthMappingInfoKeyList () |
String | getAuthMappingUserId (String providerName) |
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) |
AuthToken | ( | ) |
|
staticinherited |
|
staticinherited |
|
staticinherited |
String getAccessToken | ( | ) |
String getAccessTokenSecret | ( | ) |
String getAppId | ( | ) |
List<String> getAuthMappingInfoKeyList | ( | ) |
List<AuthMappingInfo> getAuthMappingList | ( | ) |
String getAuthMappingUserId | ( | String | providerName | ) |
AuthGamebaseToken getGamebaseToken | ( | ) |
GraceBanInfo getGraceBanInfo | ( | ) |
long getLastLoginDate | ( | ) |
long getRegDate | ( | ) |
TemporaryWithdrawalInfo getTemporaryWithdrawalInfo | ( | ) |
String getUserId | ( | ) |
String getValid | ( | ) |
void setAuthMappingList | ( | final List< AuthMappingInfo > | mappingInfo | ) |
void setGamebaseToken | ( | @NonNull AuthGamebaseToken | gamebaseToken | ) |
|
inherited |
|
inherited |
|
inherited |