EventDigester class
Constructors
- EventDigester({required String apiKey, String? appVersion, bool enableIpTracking = true})
-
Initializes the EventDigester with the provided
apiKeyandprojectId.
Properties
- apiKey → String
-
The API key for the project.
final
- appVersion → String?
-
The version of the app.
final
- enableIpTracking → bool
-
Enable IP Tracking
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