EventProcessor class abstract interface

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

flush() Future<void>
Flush the analytic events. The returned future should resolve once the events have been flushed, or event flushing has exhausted all retries and failed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processCustomEvent(CustomEvent event) → void
processEvalEvent(EvalEvent event) → void
processIdentifyEvent(IdentifyEvent event) → void
start() → void
Start the event processor. An event processor may be stopped and started multiple times.
stop() → void
Stop the event processor. The event processor may be started again, so stop should not take any actions which prevents the event processor from being started.
toString() String
A string representation of this object.
inherited

Operators

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