AiutaAnalyticExitEvent class

This event is sent when a user exits the SDK. This includes pressing the back/close button, closing the bottom sheet with the SDK, etc.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AiutaAnalyticExitEvent({required AiutaAnalyticPageId pageId, required String productId})
Creates an exit event.
AiutaAnalyticExitEvent.fromJson(Map<String, dynamic> json)
Creates an exit event from a JSON object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pageId AiutaAnalyticPageId
Id of the page where the exit event is triggered.
final
productId String
Id of the product that the user interacts with.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AiutaAnalyticEventType
Type of the analytic event.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the exit event to a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

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