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
DBTEAMLOGIntegrationPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGIntegrationPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGIntegrationPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGIntegrationPolicyTag Enumeration Reference