Gamebase SDK for Unity  1.0.0
Toast Gamebase Platform

◆ GetLaunchingInformations()

static GamebaseResponse.Launching.LaunchingInfo GetLaunchingInformations ( )
static

All Launching Information from the server.

Returns
Launching info

This sample shows how to call the Gamebase.Launching.GetLaunchingInformations method.

{
try
{
Toast.Gamebase.GamebaseResponse.Launching.LaunchingInfo launchingInfo = Gamebase.Launching.GetLaunchingInformations();
}
catch
{
}
}
Here is the call graph for this function:
Here is the caller graph for this function: