Appboy.AppboyBinding._setCustomUserAttributeBool C# (CSharp) Method

_setCustomUserAttributeBool() private method

private _setCustomUserAttributeBool ( string key, bool val ) : void
key string
val bool
return void
        private static extern void _setCustomUserAttributeBool(string key, bool val);
AppboyBinding