Gamebase SDK for Android
2.44.0
NHN Cloud Gamebase Platform
|
If the addMapping API fails with error AUTH_ADD_MAPPING_ALREADY_MAPPED_TO_OTHER_MEMBER (3302),
you can force addMapping with this VO.
More...
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 | mappedUserId |
UserId that can be cleared by force mapping. More... | |
String | mappedUserValid |
The status of mapped user. More... | |
String | idPCode |
String | forcingMappingKey |
long | expirationDate |
String | accessToken |
If the addMapping API fails with error AUTH_ADD_MAPPING_ALREADY_MAPPED_TO_OTHER_MEMBER (3302),
you can force addMapping with this VO.
Example Usage:
|
static |
Factory method to create VO instance.
exception | Extracts the VO class instance from this exception. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
String accessToken |
long expirationDate |
String forcingMappingKey |
String idPCode |
String mappedUserId |
UserId that can be cleared by force mapping.
String mappedUserValid |
The status of mapped user.
Use this value if you want to restrict addMapping according to user status.
See https://docs.toast.com/ko/Game/Gamebase/ko/api-guide/#member-valid-code In ForcingMappingTicket, mappedUserValid cannot be 'D' or 'M'.
Y : Normal user. ('Y'es) D : Withdrawn user. ('D'eleted) B : 'B'anned user. T : Withdrawal-suspended user. ('T'emporaryWithdrawn) P : Ban-suspended user. ('P'ostpone) M : 'M'issing account