AiutaAnalyticsEvent class sealed

Base class for all analytic events.

Implementers

Constructors

AiutaAnalyticsEvent.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pageId AiutaAnalyticsPageId?
Id of the page.
final
productIds List<String>
Ids of the products that the user interacts with. Matches the ids of either the products 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 AiutaAnalyticsEventType
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>
toString() String
A string representation of this object.
inherited

Operators

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