Appboy.AppboyBinding._unsetCustomUserAttribute C# (CSharp) Method

_unsetCustomUserAttribute() private method

private _unsetCustomUserAttribute ( string key ) : void
key string
return void
        private static extern void _unsetCustomUserAttribute(string key);
AppboyBinding