Appboy.AppboyBinding._setUserCountry C# (CSharp) Method

_setUserCountry() private method

private _setUserCountry ( string country ) : void
country string
return void
        private static extern void _setUserCountry(string country);
AppboyBinding