Gamebase SDK for Unity  1.0.0
Toast Gamebase Platform

◆ GetCountryCode()

static string GetCountryCode ( )
static

Method that got an country code is taken from device.

Returns
CountryCode

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

public void GetCountryCode()
{
string request = Gamebase.GetCountryCode();
}