AnalyticActionPerformer<A extends AnalyticAction> class abstract

An interface for analytic action performers.

This interface define a method for sending analytic actions. Classes that implement this interface provide the actual analytic action performing functionality.

Implementers

Constructors

AnalyticActionPerformer()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performAction(A action) → void
Method of sending sending analytic actions.
toString() String
A string representation of this object.
inherited

Operators

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