MBMrtdSpecificationPreset
Objective-C
enum MBMrtdSpecificationPreset : NSInteger {}
Swift
enum MBMrtdSpecificationPreset : Int, @unchecked Sendable
Presets which can be used to instantiate mrtd specification for a specific mrtd format
-
Preset for detecting TD1 cards
Declaration
Objective-C
MBMrtdSpecificationTd1
Swift
case td1 = 0
-
Preset for detecting TD2 cards
Declaration
Objective-C
MBMrtdSpecificationTd2
Swift
case td2 = 1
-
Preset for detecting TD3 cards
Declaration
Objective-C
MBMrtdSpecificationTd3
Swift
case td3 = 2