Gamebase SDK for Unity  1.1.5
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.

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