add Attribute With Key
open fun addAttributeWithKey(@NotNull() key: @NotNull() String, @NotNull() value: @NotNull() String): Boolean
Content copied to clipboard
Used to add an user attribute represented as a key / value pairThere is a limit of 30 attributes per user
Return
true if added or false if there are already 30 attributes added
Parameters
key
identifies the attribute. Maximum size is 80 characters.
value
represents the value of the attribute. Maximum size is 200 characters