IaSdkNavigationTarget enum
Navigation targets that the SDK may navigate to, which the host app can optionally override.
Values
- cart → const IaSdkNavigationTarget
-
SDK intends to open cart screen. This can be called from multiple points in the SDK.
- pharmacyDetails → const IaSdkNavigationTarget
-
SDK intends to open pharmacy details screen. This can be called from multiple points in the SDK.
- thankYou → const IaSdkNavigationTarget
-
Called after order and payment is processed and just before it will show thank you screen. Default behavior is to present SDK's thank you screen.
- imprint → const IaSdkNavigationTarget
-
"Impressum" button is tapped on the footer. If not handled it will open webview with content from CMS.
- hostAppPrivacyPolicy → const IaSdkNavigationTarget
-
"Datenverarbeitung" button is tapped on the footer. Nothing happens if not handled.
- apofinder → const IaSdkNavigationTarget
-
SDK intends to open Apofinder from an internal flow (not prerequisites). Triggers include product details ("Apotheke wählen") and pharmacy screen (change pharmacy).
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 - 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
Constants
-
values
→ const List<
IaSdkNavigationTarget> - A constant List of the values in this enum, in order of their declaration.