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