Gets the country code currently set on the device.
public void GetCountryCodeOfDeviceSample()
{
Debug.Log(string.Format("countryCodeOfDevice:{0}", countryCodeOfDevice));
}
static string GetCountryCodeOfDevice()
Gets the country code currently set on the device.
Definition Gamebase.cs:1921
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11