RGLeMDLIntentToRetain
Objective-C
enum RGLeMDLIntentToRetain : NSInteger {}
Swift
enum eMDLIntentToRetain : Int, @unchecked Sendable
Defines the data retention intent for mDL (Mobile Driver’s License) field reading operations.
-
Field will be read from the mDL but the verifier does NOT intend to retain the data.
Declaration
Objective-C
RGLeMDLIntentToRetainFalse = 0Swift
case `false` = 0 -
Field will be read from the mDL and the verifier intends to retain the data.
Declaration
Objective-C
RGLeMDLIntentToRetainTrue = 1Swift
case `true` = 1