AnalyticStrategy<A extends AnalyticAction> class abstract

Base class for analytic strategies.

This class is an abstract base class for analytic strategies. A analytic strategy is a class that provides a specific way of sending analytic action. To create a custom analytic strategy, you should extend this class and implement the performAction method.

Inheritance

Constructors

AnalyticStrategy()

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

canHandle(AnalyticAction action) bool
Method that determines whether an analytical strategy is capable of handling an incoming action.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performAction(A action) → void
Method of sending sending analytic actions.
inherited
toString() String
A string representation of this object.
inherited

Operators

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