DjangoflowAnalytics class

An AnalyticService that performs AnalyticActions.

Inheritance
  • Object
  • AnalyticService<AnalyticAction>
  • DjangoflowAnalytics

Properties

hashCode int
The hash code for this object.
no setterinherited
hasInitialized bool
Returns true if the DjangoflowAnalytics has been initialized.
no setter
performers List<AnalyticActionPerformer<AnalyticAction>>
Returns a list of all the performers.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAllActionPerformers(List<AnalyticActionPerformer<AnalyticAction>> performers) → void
Add performers to the service.
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performAction(AnalyticAction action) → void
Perform action with all the performers.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DjangoflowAnalytics
no setter
testInstance DjangoflowAnalytics
no setter