Gamebase SDK for Unity
1.1.5
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 token to ToastCloud Push Server. More... | |
static void | QueryPush (GamebaseCallback.GamebaseDelegate< GamebaseResponse.Push.PushConfiguration > callback) |
Query push token to ToastCloud Push Server. More... | |