Appboy.AppboyBinding._setCustomUserAttributeBool C# (CSharp) Méthode

_setCustomUserAttributeBool() private méthode

private _setCustomUserAttributeBool ( string key, bool val ) : void
key string
val bool
Résultat void
        private static extern void _setCustomUserAttributeBool(string key, bool val);
AppboyBinding