EventDigester class

Constructors

EventDigester({required String apiKey})
Initializes the EventDigester with the provided apiKey and projectId.

Properties

apiKey String
The API key for the project.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchDigest(List<AppFitEvent> events) Future<void>
Digests the provided events.
digest(AppFitEvent event) Future<void>
Digests the provided event.
identify(String? userId) Future<void>
Identifies the user with the provided userId.
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