Appboy.AppboyBinding._unsetCustomUserAttribute C# (CSharp) 메소드

_unsetCustomUserAttribute() 개인적인 메소드

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