Gamebase SDK for Android
2.20.2
Toast Gamebase Platform
|
Parameter class for the change push options like 'enableForeground'. More...
Classes | |
class | Builder |
Public Member Functions | |
boolean | isForegroundEnabled () |
boolean | isBadgeEnabled () |
int | getPriority () |
String | getSmallIconName () |
String | getSoundFileName () |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static GamebaseNotificationOptions | from (@Nullable final String jsonString) |
Factory method to create VO instance. More... | |
static Builder | newBuilder () |
The factory method to create an instance of the builder to build GamebaseNotificationOptions. More... | |
static Builder | newBuilder (@NonNull final GamebaseNotificationOptions currentOptions) |
The factory method to create an instance of the builder to build GamebaseNotificationOptions. 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) |
Parameter class for the change push options like 'enableForeground'.
|
static |
Factory method to create VO instance.
jsonString | Extracts the VO class instance from this JSON String. |
|
staticinherited |
|
staticinherited |
|
staticinherited |
int getPriority | ( | ) |
String getSmallIconName | ( | ) |
String getSoundFileName | ( | ) |
boolean isBadgeEnabled | ( | ) |
boolean isForegroundEnabled | ( | ) |
|
static |
The factory method to create an instance of the builder to build GamebaseNotificationOptions.
|
static |
The factory method to create an instance of the builder to build GamebaseNotificationOptions.
currentOptions | default options |
|
inherited |
|
inherited |
|
inherited |