DBTEAMLOGWatermarkingPolicyTag
Objective-C
enum DBTEAMLOGWatermarkingPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGWatermarkingPolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGWatermarkingPolicyTag enum type represents the possible tag
states with which the DBTEAMLOGWatermarkingPolicy union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGWatermarkingPolicyDisabledSwift
case disabled = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGWatermarkingPolicyEnabledSwift
case enabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGWatermarkingPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGWatermarkingPolicyTag Enumeration Reference