Builder
Builder class for com.urbanairship.analytics.CustomEvent Objects.
Constructors
Properties
Functions
Link copied to clipboard
Adds a custom property to the event.
Link copied to clipboard
Builds the custom event.
Link copied to clipboard
Sets the event value.
Sets the event value from a String.
Link copied to clipboard
fun setInteraction(@Size(min = 1, max = 255) interactionType: String?, @Size(min = 1, max = 255) interactionId: String?): CustomEvent.Builder
Sets the interaction type and ID for the event.
Link copied to clipboard
Sets the interaction type and ID from a Message Center message.
Link copied to clipboard
Sets a JsonMap representing the event properties.
Link copied to clipboard
Sets the transaction ID.