Appboy.AppboyBinding.SetCustomUserAttributeToNow C# (CSharp) Method

SetCustomUserAttributeToNow() public static method

public static SetCustomUserAttributeToNow ( string key ) : void
key string
return void
        public static void SetCustomUserAttributeToNow(string key)
        {
            _setCustomUserAttributeToNow(key);
        }
AppboyBinding