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
DBTEAMLOGPassPolicyAllow
Swift
case allow = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGPassPolicyDisabled
Swift
case disabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGPassPolicyEnabled
Swift
case enabled = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGPassPolicyOther
Swift
case other = 3