PageType enum
Page types to determine which pages of a certain document type should be captured. One or multiple values can be used as argument for the VIZOnlyOnePageFlow.
Values
- passportDataPageFront → const PageType
- passportDataPageBack → const PageType
- identityCardTD1Front → const PageType
- identityCardTD1Back → const PageType
- identityCardTD2Front → const PageType
- identityCardTD2Back → const PageType
- cnisFront → const PageType
- cnisBack → const PageType
- euDrivingLicenceFront → const PageType
- drivingLicenceFront → const PageType
- drivingLicenceBack → const PageType
- machineReadableVisaTypeA → const PageType
- machineReadableVisaTypeB → const PageType
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