Gamebase SDK for Android
1.1.5
Toast Gamebase Platform
|
Created by shhong on 2016. More...
Public Member Functions | |
GamebaseException (final String domain, final int code, String message) | |
Constructs a new GamebaseException. More... | |
GamebaseException (final String domain, final int code, Throwable cause) | |
Constructs a new GamebaseException. More... | |
GamebaseException (final String domain, final int code, String format, Object... args) | |
Constructs a new GamebaseException. More... | |
GamebaseException (final String domain, final int code, String message, Throwable cause) | |
Constructs a new GamebaseException. More... | |
String | getDomain () |
Get result domain. More... | |
int | getCode () |
Get result code. More... | |
String | getDetailDomain () |
int | getDetailCode () |
String | getDetailMessage () |
void | putExtra (final String key, final Object value) |
void | putExtras (Map< String, Object > extras) |
Object | getExtra (final String key) |
JSONObject | toJson () |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Protected Attributes | |
final String | mDomain |
final int | mCode |
Map< String, Object > | mExtras |
Created by shhong on 2016.