batch_user
library
Classes
-
BatchEventData
-
Object holding data to be associated to an event.
-
BatchUser
-
Provides user related functionality, such as custom data and events.
Do not instanciate this: use the
instance
static property.
-
BatchUserAttribute
-
Object representing a user attribute.
An attribute is represented by it's type, which maches the one you've used
when setting the attribute, and its value.
-
BatchUserDataEditor
-
Batch's user data editor.
This object is used to transactionally edit user data. Calls can be chained
in a builder-like fashion.
Once you're done with your changes, call BatchUserDataEditor.save to persist your changes.