DBTEAMLOGPassPolicyTag
Objective-C
enum DBTEAMLOGPassPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGPassPolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGPassPolicyTag enum type represents the possible tag states
with which the DBTEAMLOGPassPolicy union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGPassPolicyAllowSwift
case allow = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGPassPolicyDisabledSwift
case disabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGPassPolicyEnabledSwift
case enabled = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGPassPolicyOtherSwift
case other = 3 
View on GitHub
        DBTEAMLOGPassPolicyTag Enumeration Reference