Gamebase SDK for Unity  1.5.0
Toast Gamebase Platform

◆ GetSDKVersion()

static string GetSDKVersion ( )
static

Returns the current version of the Gamebase SDK for Android as a string.

Since
Added 1.4.0.
Returns
The current version of the Gamebase SDK.

Example Usage :

public void GetSDKVersion()
{
string sdkVersion = Gamebase.GetSDKVersion();
}