MBMrtdSpecificationPreset
enum MBMrtdSpecificationPreset {}
Presets which can be used to instantiate mrtd specification for a specific mrtd format
-
Preset for detecting TD1 cards
Declaration
Objective-C
MBMrtdSpecificationTd1Swift
case td1 = 0 -
Preset for detecting TD2 cards
Declaration
Objective-C
MBMrtdSpecificationTd2Swift
case td2 = 1 -
Preset for detecting TD3 cards
Declaration
Objective-C
MBMrtdSpecificationTd3Swift
case td3 = 2
View on GitHub
MBMrtdSpecificationPreset Enumeration Reference