Gamebase SDK for Android  2.8.0
Toast Gamebase Platform
Gamebase.Launching Class Reference

This class is provided to check information such as launch information, status, and so on. More...

Collaboration diagram for Gamebase.Launching:
Collaboration graph

Static Public Member Functions

static LaunchingInfo getLaunchingInformations ()
 Get various information provided by the launching server. More...
 
static int getLaunchingStatus ()
 Gets the launching state. More...
 

Detailed Description

This class is provided to check information such as launch information, status, and so on.

Member Function Documentation

◆ getLaunchingInformations()

static LaunchingInfo getLaunchingInformations ( )
static

Get various information provided by the launching server.

Since
Added 1.4.0.
Returns
The Launching information.
See also
com.toast.android.gamebase.launching.data.LaunchingInfo.

◆ getLaunchingStatus()

static int getLaunchingStatus ( )
static

Gets the launching state.

Since
Added 1.4.0.
Returns
The launching status.
See also
com.toast.android.gamebase.launching.data.LaunchingStatus.