IaCardLinkEvent enum

CardLink lifecycle and interaction events.

These events represent various states and actions during the CardLink flow.

Inheritance
Available extensions

Values

willExit → const IaCardLinkEvent

CardLink will exit/close.

willStartScanning → const IaCardLinkEvent

NFC scanning is about to start.

failedToInitialize → const IaCardLinkEvent

CardLink failed to initialize.

goToCart → const IaCardLinkEvent

User requested to go to cart.

openTermsAndConditions → const IaCardLinkEvent

User requested to open terms and conditions.

cardSaved → const IaCardLinkEvent

A card (CAN code) was saved.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
rawValue String
Returns the raw string value for native communication.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromRawValue(String rawValue) IaCardLinkEvent
Creates an instance from a raw string value.

Constants

values → const List<IaCardLinkEvent>
A constant List of the values in this enum, in order of their declaration.