Gamebase SDK for Unity  1.10.0
Toast Gamebase Platform

◆ 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 GetCountryCodeOfUSIM()
{
string countryCodeOfUSIM = Gamebase.GetCountryCodeOfUSIM();
}