Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches

◆ GetLaunchingInformations()

static GamebaseResponse.Launching.LaunchingInfo GetLaunchingInformations ( )
static

Get various information provided by the launching server.

Since
Added 1.4.0.
Returns
The Launching information.

Example Usage :

public void GetLaunchingInformationsSample()
{ <br>
GamebaseResponse.Launching.LaunchingInfo launchingInfo = Gamebase.Launching.GetLaunchingInformations(); <br>
}
static GamebaseResponse.Launching.LaunchingInfo GetLaunchingInformations()
Get various information provided by the launching server.
Definition Gamebase.cs:2005
The Launching class contains several informations that is received from the server after application ...
Definition Gamebase.cs:1990
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11
Here is the call graph for this function:
Here is the caller graph for this function: