Gets the country code set in USIM.
public void GetCountryCodeOfUSIMSample()
{
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