Inffuse.user.set

Set the <value> under <key> entry in the user data.

Syntax

Inffuse.user.set(key,value,save)

Parameters

Name Type Description
key string Key to the data item.
value string The value to be set.
save boolean Choose whether the operation should be sent to server immediately.