EventProcessor class

Class which is responsible for sending, modifying and validation of 3rd gen events

Constructors

EventProcessor.new(ThirdGenApi _thirdGenApi)
Constructor for event processor

Properties

hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
Set to true to enable sending 3rd gen event to grail
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventModifier(EventModifier eventModifier) → void
Public function which adds
insertEvent(Map<String, dynamic> event, {List<EventModifier> defaultEventModifiers = const [ValidationModifier()], dynamic context, ReportEventOverride? reportEventOverride}) Future<void>
Inserts event into processor, filters event through the chain of modifiers
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventModifier(EventModifier eventModifier) → void
Public function call to remove event modifier
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited