Appboy.AppboyBinding.SetUserCountry C# (CSharp) Метод

SetUserCountry() публичный статический Метод

public static SetUserCountry ( string country ) : void
country string
Результат void
        public static void SetUserCountry(string country)
        {
            _setUserCountry(country);
        }
AppboyBinding