Gamebase SDK for Unity  1.0.0
Toast Gamebase Platform
Gamebase.Push Class Reference

The Push class provides registering push token API to ToastCloud Push Server and querying push token API. More...

Collaboration diagram for Gamebase.Push:
Collaboration graph

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...
 

Detailed Description

The Push class provides registering push token API to ToastCloud Push Server and querying push token API.