AiutaAnalyticsShareEvent class

This event is sent when a user shares content.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AiutaAnalyticsShareEvent.new({required AiutaAnalyticsShareEventType event, required List<String> productIds, String? targetId, AiutaAnalyticsPageId? pageId})
Creates a share event.
AiutaAnalyticsShareEvent.fromJson(Map<String, dynamic> json)
factory

Properties

event AiutaAnalyticsShareEventType
Type of share event.
final
hashCode int
The hash code for this object.
no setterinherited
pageId AiutaAnalyticsPageId?
Id of the page.
finalinherited
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
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetId String?
ID of the target platform where content is shared.
final
type AiutaAnalyticsEventType
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>
override
toString() String
A string representation of this object.
inherited

Operators

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