Gamebase SDK for Android
1.13.0
Toast Gamebase Platform
|
This class is provided to check information such as launch information, status, and so on. More...
Static Public Member Functions | |
static LaunchingInfo | getLaunchingInformations () |
Get various information provided by the launching server. More... | |
static int | getLaunchingStatus () |
Gets the launching state. More... | |
static boolean | addOnUpdateStatusListener (final LaunchingOnUpdateListener listener) |
Add a callback to be invoked when launching status is changed. More... | |
static boolean | removeOnUpdateStatusListener (final LaunchingOnUpdateListener listener) |
Remove a callback to be invoked when launching status is changed. More... | |
This class is provided to check information such as launch information, status, and so on.
|
static |
Add a callback to be invoked when launching status is changed.
listener | The callback that will run. |
|
static |
Get various information provided by the launching server.
|
static |
Gets the launching state.
|
static |
Remove a callback to be invoked when launching status is changed.
listener | The callback that will removed. |