Gamebase SDK for Android
1.14.2
Toast Gamebase Platform
|
Public Member Functions | |
TransferKeyInfo () | |
String | getTransferKey () |
Returns the transfer key. More... | |
long | getRegDate () |
Returns the time at which the transfer key was issued. More... | |
long | getExpireDate () |
Returns the expiration time of the transfer key. More... | |
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) |
TransferKeyInfo | ( | ) |
|
staticinherited |
|
staticinherited |
|
staticinherited |
long getExpireDate | ( | ) |
Returns the expiration time of the transfer key.
long getRegDate | ( | ) |
Returns the time at which the transfer key was issued.
String getTransferKey | ( | ) |
Returns the transfer key.
|
inherited |
|
inherited |
|
inherited |