Enumerations
The following enumerations are available globally.
-
Identifies an LDS Data Group (see ICAO 9303 Part 10)
See moreDeclaration
Swift
public enum DataGroupIdentifier : String, Hashable, Codable
-
A holder’s sex, as identified by an eMRTD Machine-Readable Zone
See moreDeclaration
Swift
public enum MRZSex : Codable
-
The state of a
PassportChipReader
State transitions:
- Idle
- [Idle] -> [Reading]
- [Reading] -> [Finished]
- [Finished] -> [Idle]
Declaration
Swift
public enum PassportChipReaderState
-
Describes the active-reading state of a
See morePassportChipReader
(substate ofPassportChipReaderState.reading
).Declaration
Swift
public enum PassportChipReadingState