addProperty
Adds a custom property to the event.
If the total added properties exceed MAX_TOTAL_PROPERTIES_SIZE in size it will cause the event to be invalid.
Return
The custom event builder.
Parameters
The property name.
A property value.
Adds a custom property to the event.
If the total added properties exceed MAX_TOTAL_PROPERTIES_SIZE in size it will cause the event to be invalid.
Return
The custom event builder.
Parameters
The property name.
The property value.
Adds a custom property to the event.
If the total number of properties exceed MAX_TOTAL_PROPERTIES_SIZE it will cause the event to be invalid.
Return
The custom event builder.
Parameters
The property name.
The property value.
Throws
if the value is infinite or not a number
Adds a custom property to the event.
If the total number of properties exceed MAX_TOTAL_PROPERTIES_SIZE it will cause the event to be invalid.
Return
The custom event builder.
Parameters
The property name.
The property value.