setCustomAttribute

abstract fun setCustomAttribute(key: String, value: String?)

Sets a custom attribute for the user. If an attribute with the same key already exists, its value will be updated. Setting a value to null is equivalent to calling removeCustomAttribute for that key.

Parameters

key

The name of the attribute to set. Cannot be null or empty.

value

The value of the attribute. If null, the attribute will be removed.