DBTEAMLOGIntegrationPolicyTag
Objective-C
enum DBTEAMLOGIntegrationPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGIntegrationPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGIntegrationPolicyTag
enum type represents the possible tag
states with which the DBTEAMLOGIntegrationPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGIntegrationPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGIntegrationPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGIntegrationPolicyOther
Swift
case other = 2