Blue Conic Event Manager
Interface for the event manager
Types
Functions
Clears the event queue. This method is typically used when a new screen is loaded. The events from the previous screen have to be ignored.
Publishes all events that were in the event queue. These will be validated by the given listeners and happen after the onLoad. Used at a new PAGEVIEW after all listeners are activated, and onLoad is called.
Method to publish an event. An event handler can act on these events. For example: when the app developer throws an event "Video started", the engagement is increased in the Interest Ranker based on this event (because the marketer defined an event rule in the BlueConic UI).
Publishes an ADVANCED event with the given selector and context.
Publishes a CLICK event with the given selector and context.
Publishes a FORM SUBMIT event with the given selector and context.
Publishes a UPDATE CONTENT event with the content and selector.
Publishes a UPDATE VALUES event with the selector and values.
Sets the BlueConic client.
Subscribes an event handler for an event type.
Subscribes an event handler for an event class name.
Unsubscribes an event handler for an event class name.