Appboy.AppboyBinding._removeFromCustomUserAttributeArray C# (CSharp) Method

_removeFromCustomUserAttributeArray() private method

private _removeFromCustomUserAttributeArray ( string key, string value ) : void
key string
value string
return void
        private static extern void _removeFromCustomUserAttributeArray(string key, string value);
AppboyBinding