Gamebase SDK for Android
2.8.0
Toast Gamebase Platform
|
Public Member Functions | |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static ForcingMappingTicket | from (@NonNull final GamebaseException exception) |
Factory method to create VO instance. More... | |
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 | |
String | userId |
UserId that was logged in when the ticket was issued. More... | |
String | mappedUserId |
UserId that can be cleared by force mapping. More... | |
String | idPCode |
String | forcingMappingKey |
long | expirationDate |
|
static |
Factory method to create VO instance.
exception | Extracts the VO class instance from this exception. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
long expirationDate |
String forcingMappingKey |
String idPCode |
String mappedUserId |
UserId that can be cleared by force mapping.
String userId |
UserId that was logged in when the ticket was issued.