EVENTS_AGGREGATION_TYPES
Last updated
Was this helpful?
Last updated
Was this helpful?
Constants are defined to represent different aggregation types for return value of eventsManager.fireEventListeners. The constants include:
RETURN_VALUE_BOOLEAN: fireEventListeners returns a logical and between all the listeners return values.
RETURN_VALUE_ARRAY: fireEventListeners returns an array with all the listeners return values.
Constant for eventsManager fireEventListeners.
Constant for eventsManager fireEventListeners, with this ENUM the fireEventListeners will return a boolean which is a logical and between all the listeners return values.
Constant for eventsManager fireEventListeners. with this ENUM the fireEventListeners will return an array with all the listeners return values.
Type
Sample
Constant for eventsManager fireEventListeners, with this ENUM the fireEventListeners will return a boolean which is a logical and between all the listeners return values.
Sample
Type