Gamebase SDK for Unity
2.2.1
Toast Gamebase Platform
|
The Push class provides registering push token API to ToastCloud Push Server and querying push token API. More...
Static Public Member Functions | |
static void | RegisterPush (GamebaseRequest.Push.PushConfiguration pushConfiguration, GamebaseCallback.ErrorDelegate callback) |
Register push information to the push server. More... | |
static void | QueryPush (GamebaseCallback.GamebaseDelegate< GamebaseResponse.Push.PushConfiguration > callback) |
Get push settings from the the push server. More... | |
static void | SetSandboxMode (bool isSandbox) |
Set SandboxMode. More... | |