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 = 0

    Swift

    case `false` = 0
  • Field will be read from the mDL and the verifier intends to retain the data.

    Declaration

    Objective-C

    RGLeMDLIntentToRetainTrue = 1

    Swift

    case `true` = 1