ClickstreamInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • ClickstreamInterface
Implementers

Constructors

ClickstreamInterface()
Constructs a ClickstreamAnalytics.

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

addGlobalAttributes(Map<String, Object?> attributes) Future<void>
deleteGlobalAttributes(Map<String, Object?> attributes) Future<void>
disable() Future<void>
enable() Future<void>
flushEvents() Future<void>
init(Map<String, Object?> configure) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
record(Map<String, Object?> attributes) Future<void>
setUserAttributes(Map<String, Object?> attributes) Future<void>
setUserId(Map<String, Object?> userId) Future<void>
toString() String
A string representation of this object.
inherited
updateConfigure(Map<String, Object?> configure) Future<void>

Operators

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

Static Properties

instance ClickstreamInterface
The default instance of ClickstreamInterface to use.
getter/setter pair