Appboy.AppboyBinding.SetCustomUserAttribute C# (CSharp) Method

SetCustomUserAttribute() public static method

public static SetCustomUserAttribute ( string key, bool value ) : void
key string
value bool
return void
        public static void SetCustomUserAttribute(string key, bool value)
        {
            _setCustomUserAttributeBool(key, value);
        }

Same methods

AppboyBinding::SetCustomUserAttribute ( string key, float value ) : void
AppboyBinding::SetCustomUserAttribute ( string key, int value ) : void
AppboyBinding::SetCustomUserAttribute ( string key, string value ) : void
AppboyBinding