Gamebase SDK for Android
2.39.0
NHN Cloud Gamebase Platform
|
If the Initialize API fails with error LAUNCHING_UNREGISTERED_CLIENT (2004),
this VO class tells you why.
More...
Public Member Functions | |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static UpdateInfo | from (GamebaseException exception) |
Factory method to create VO instance. More... | |
static UpdateInfo | from (final String message, final String installUrl, final String detailUrl) |
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 | installUrl |
Market url to update the application. More... | |
String | message |
This message indicates to the user that an update is needed. More... | |
String | detailUrl |
This url is displayed in the web view when the 'Show Details' button is clicked. More... | |
If the Initialize API fails with error LAUNCHING_UNREGISTERED_CLIENT (2004),
this VO class tells you why.
Example Usage:
|
static |
|
static |
Factory method to create VO instance.
exception | Extracts the VO class instance from this exception. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
inherited |
|
inherited |
|
inherited |
String detailUrl |
This url is displayed in the web view when the 'Show Details' button is clicked.
String installUrl |
Market url to update the application.
String message |
This message indicates to the user that an update is needed.