Appboy.AppboyBinding.SetUserCountry C# (CSharp) Method

SetUserCountry() public static method

public static SetUserCountry ( string country ) : void
country string
return void
        public static void SetUserCountry(string country)
        {
            _setUserCountry(country);
        }
AppboyBinding