AiutaAnalyticOnboardingEvent class

This event is sent when a user interacts with an onboarding screens.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AiutaAnalyticOnboardingEvent({required AiutaAnalyticOnboardingEventType event, required AiutaAnalyticPageId pageId, required String productId, List<AiutaSupplementaryConsent>? supplementaryConsents})
Creates an onboarding event.
AiutaAnalyticOnboardingEvent.fromJson(Map<String, dynamic> json)
Creates an onboarding event from a JSON object.
factory

Properties

event AiutaAnalyticOnboardingEventType
Type of the onboarding 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
supplementaryConsents List<AiutaSupplementaryConsent>?
final
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 onboarding event to a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

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