Gamebase SDK for Unity  1.0.0
Toast Gamebase Platform

◆ GetCountryCodeOfDevice()

static string GetCountryCodeOfDevice ( )
static

Method that got an country code is taken from device

Returns
CountryCode of device

This sample shows how to call the Gamebase.GetCountryCodeOfDevice method.

{
string request = Gamebase.GetCountryCodeOfDevice();
}