Gamebase SDK for Unity  2.2.1
Toast Gamebase Platform

◆ GetCountryCodeOfDevice()

static string GetCountryCodeOfDevice ( )
static

Gets the country code currently set on the device.

Since
Added 1.4.0.
Returns
The country code currently set on the device.

Example Usage :

{
string countryCodeOfDevice = Gamebase.GetCountryCodeOfDevice();
}