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
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