Gamebase SDK for Unity  1.10.0
Toast Gamebase Platform
Gamebase.Launching Class Reference

The Launching class contains several informations that is received from the server after application is successfully launched. More...

Collaboration diagram for Gamebase.Launching:
Collaboration graph

Static Public Member Functions

static void AddUpdateStatusListener (GamebaseCallback.DataDelegate< GamebaseResponse.Launching.LaunchingStatus > callback)
 Add a callback to be invoked when launching status is changed. More...
 
static void RemoveUpdateStatusListener (GamebaseCallback.DataDelegate< GamebaseResponse.Launching.LaunchingStatus > callback)
 Remove a callback to be invoked when launching status is changed. More...
 
static GamebaseResponse.Launching.LaunchingInfo GetLaunchingInformations ()
 Get various information provided by the launching server. More...
 
static int GetLaunchingStatus ()
 Gets the launching state. More...
 

Detailed Description

The Launching class contains several informations that is received from the server after application is successfully launched.

Since
Added 1.4.0.