addAttributeWithKey

open fun addAttributeWithKey(@NotNull() key: @NotNull() String, @NotNull() value: @NotNull() String): Boolean

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