FlutterACPAnalytics class

Adobe Experience Platform Analytics API.

Constructors

FlutterACPAnalytics()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

extensionVersion Future<String>
Gets the current Analytics extension version.
no setter
queueSize Future<int>
Retrieves the total number of Analytics hits in the tracking queue.
no setter
trackingIdentifier Future<String?>
Retrieves the Analytics tracking identifier that is generated for this app/device instance.
no setter
visitorIdentifier Future<String?>
Gets a custom Analytics visitor identifier.
no setter

Static Methods

clearQueue() Future<void>
Force delete, without sending to Analytics, all hits being stored or batched on the SDK.
sendQueuedHits() Future<void>
Sends all queued hits to Analytics, regardless of the current hit batch settings.
setVisitorIdentifier(String vid) Future<void>
Sets a custom Analytics visitor identifier.