AiutaAnalyticsTryOnEvent class
This event is sent when a user is waiting for the try-on to be processed.
- Inheritance
-
- Object
- AiutaAnalyticEvent
- AiutaAnalyticsTryOnEvent
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaAnalyticsTryOnEvent({required AiutaAnalyticsTryOnEventType event, required AiutaAnalyticPageId pageId, required String productId, String? errorMessage})
- Creates a try-on event.
-
AiutaAnalyticsTryOnEvent.fromJson(Map<
String, dynamic> json) -
Creates a try-on event from a JSON object.
factory
Properties
- errorMessage → String?
-
Additional message in case of try on progress
final
- event → AiutaAnalyticsTryOnEventType
-
Type of the try-on event.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageId → AiutaAnalyticPageId
-
Id of the page.
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 try-on event to a JSON object.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited