Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ GetCountryCodeOfUSIM()

static string GetCountryCodeOfUSIM ( )
static

Method that got an country code is taken from device USIM.

Returns
CountryCode of USIM

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

public void GetCountryCodeOfUSIM()
{
string countryCodeOfUSIM = Gamebase.GetCountryCodeOfUSIM();
}