PassportChipReadingState
public enum PassportChipReadingState
Describes the active-reading state of a PassportChipReader
(substate of PassportChipReaderState.reading
).
-
The reader has not yet discovered an NFC tag
Declaration
Swift
case searching
-
The reader has discovered an NFC tag and is attempting to authenticate with the passport
Declaration
Swift
case authenticating(progress: Float)
-
The reader is reading a Data Group
Declaration
Swift
case reading(dataGroupID: DataGroupIdentifier, progress: Float)
-
The reader has completed reading
Declaration
Swift
case finished(PassportChipReaderError?)