A collection of attributes that can affect toggle evaluation, usually corresponding to a user of your application.
Creates a new FPUser.
Optional
sets user with a unique id for percentage rollout, by default, a timestamp will be assigned as the key
Private
Readonly
Gets a copy of the user's attributions (custom values).
Gets the key of user.
The key may be manually defined for stableRollout, or auto generated (timestamp).
Adds multiple attributes to the user.
the FPUser
a map of attributions
Sets user with a unique id for percentage rollout.
user unique id for percentage rollout
Adds an attribute to the user.
attribute name
attribute value
Generated using TypeDoc
A collection of attributes that can affect toggle evaluation, usually corresponding to a user of your application.