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

◆ GetCountryCodeOfUSIM()

static string GetCountryCodeOfUSIM ( )
static

Gets the country code set in USIM.

Since
Added 1.4.0.
Returns
The country code that is set in USIM.

Example Usage :

public void GetCountryCodeOfUSIMSample()
{
string countryCodeOfUSIM = Gamebase.GetCountryCodeOfUSIM();
Debug.Log(string.Format("countryCodeOfUSIM:{0}", countryCodeOfUSIM));
}
static string GetCountryCodeOfUSIM()
Gets the country code set in USIM.
Definition Gamebase.cs:1901
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11