Gamebase SDK for Android
2.7.1
Toast Gamebase Platform
|
This class provides wrapping of function execution related to push notification. More...
Static Public Member Functions | |
static void | registerPush (@NonNull final Activity activity, @NonNull final PushConfiguration configuration, @NonNull final GamebaseCallback callback) |
Register push information to the push server. More... | |
static void | queryPush (@NonNull final Activity activity, @NonNull final GamebaseDataCallback< PushConfiguration > callback) |
Get push settings from the the push server. More... | |
This class provides wrapping of function execution related to push notification.
|
static |
Get push settings from the the push server.
activity | Current activity. |
callback | Callback pass to API result. |
|
static |
Register push information to the push server.
activity | Current activity. |
configuration | Settings of the notification. |
callback | Callback pass to API result. |