Gamebase SDK for Android
2.7.1
Toast Gamebase Platform
|
Ban information for user who have been banned. More...
Public Member Functions | |
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) |
Public Attributes | |
String | userId |
User ID who was banned. More... | |
String | banType |
There are two types of the banning. More... | |
long | beginDate |
Time when banning was started. More... | |
long | endDate |
Time when banning will be released. More... | |
String | message |
Banning message entered from the Gamebase console. More... | |
String | csInfo |
The URL of the customer center web page. More... | |
String | csUrl |
The email address of the customer center. More... | |
Ban information for user who have been banned.
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
String banType |
There are two types of the banning.
"TEMPORARY", "PERMANENT".
long beginDate |
Time when banning was started.
String csInfo |
The URL of the customer center web page.
String csUrl |
The email address of the customer center.
long endDate |
Time when banning will be released.
String message |
Banning message entered from the Gamebase console.
String userId |
User ID who was banned.