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
DBTEAMPOLICIESEmmStateDisabledSwift
case disabled = 0 - 
                  
                  
Emm token is optional.
Declaration
Objective-C
DBTEAMPOLICIESEmmStateOptionalSwift
case optional = 1 - 
                  
                  
Emm token is required.
Declaration
Objective-C
DBTEAMPOLICIESEmmStateRequiredSwift
case required = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESEmmStateOtherSwift
case other = 3 
View on GitHub
        DBTEAMPOLICIESEmmStateTag Enumeration Reference