AddCustomEventAction
An action that adds a custom event.
Accepted situations: all
Accepted argument value - A map of fields for the custom event:
com.urbanairship.analytics.CustomEvent.EVENT_NAME: String, Required
com.urbanairship.analytics.CustomEvent.EVENT_VALUE: number as a String or Number
com.urbanairship.analytics.CustomEvent.PROPERTIES: JsonMap of Strings, Booleans, Numbers, or arrays of Strings
When a custom event action is triggered from a Message Center Rich Push Message, the interaction type and ID will automatically be filled for the message if they are left blank.
Result value: null
Default Registration Name: DEFAULT_NAMES
Default Registration Predicate: Rejects Action.Situation.PUSH_RECEIVED
Types
Functions
Inherited functions
Called after the action performs.
Called before an action is performed.
Performs the action, with pre/post execution calls, if it accepts the provided arguments.
Determines which thread runs the action.