DBTEAMPOLICIESEmmStateTag
Objective-C
enum DBTEAMPOLICIESEmmStateTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESEmmStateTag : Int, @unchecked Sendable
The DBTEAMPOLICIESEmmStateTag
enum type represents the possible tag states
with which the DBTEAMPOLICIESEmmState
union can exist.
-
Emm token is disabled.
Declaration
Objective-C
DBTEAMPOLICIESEmmStateDisabled
Swift
case disabled = 0
-
Emm token is optional.
Declaration
Objective-C
DBTEAMPOLICIESEmmStateOptional
Swift
case optional = 1
-
Emm token is required.
Declaration
Objective-C
DBTEAMPOLICIESEmmStateRequired
Swift
case required = 2
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESEmmStateOther
Swift
case other = 3