Gamebase SDK for Android  2.9.1
Toast Gamebase Platform
ForcingMappingTicket Class Reference
Inheritance diagram for ForcingMappingTicket:
Inheritance graph
Collaboration diagram for ForcingMappingTicket:
Collaboration graph

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
 

Member Function Documentation

◆ from()

static ForcingMappingTicket from ( @NonNull final GamebaseException  exception)
static

Factory method to create VO instance.

Parameters
exceptionExtracts the VO class instance from this exception.
Returns
VO instance
Here is the call graph for this function:

◆ fromJson() [1/3]

static <T> T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
staticinherited
Here is the caller graph for this function:

◆ fromJson() [2/3]

static <T> T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
staticinherited
Here is the call graph for this function:

◆ fromJson() [3/3]

static <T> T fromJson ( @NonNull String  json,
Type  type 
)
staticinherited

◆ toJsonString()

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

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

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

Member Data Documentation

◆ expirationDate

long expirationDate

◆ forcingMappingKey

String forcingMappingKey

◆ idPCode

String idPCode

◆ mappedUserId

String mappedUserId

UserId that can be cleared by force mapping.

◆ userId

String userId

UserId that was logged in when the ticket was issued.