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
DBTEAMLOGWatermarkingPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGWatermarkingPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGWatermarkingPolicyOther
Swift
case other = 2