AiutaAnalyticEvent class sealed

Base class for all analytic events.

Implementers

Constructors

AiutaAnalyticEvent.fromJson(Map<String, dynamic> json)
Creates an analytic event from a JSON object.
factory

Properties

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. Matches the id of either the product which is passed to the SDK by starting try-on
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AiutaAnalyticEventType
Type of the analytic event.
final

Methods

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

Operators

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