Batch Event Attributes
Object holding attributes to be associated to an event Keys should be made of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.
Functions
Link copied to clipboard
Add a boolean attribute for the specified key
Add an object attribute for the specified key
Add a double attribute for the specified key
Add a float attribute for the specified key
Add a integer attribute for the specified key
Add a string attribute for the specified key
Add an URL attribute for the specified key
Add a date attribute for the specified key
Add a long attribute for the specified key
Link copied to clipboard
open fun putObjectList(@NonNull key: String, @NonNull value: List<BatchEventAttributes>): BatchEventAttributes
Add a list of object attribute for the specified key
Link copied to clipboard
Add a list of string attribute for the specified key
Link copied to clipboard
Validate the event data.