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
DBTEAMLOGFileCommentsPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGFileCommentsPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGFileCommentsPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGFileCommentsPolicyTag Enumeration Reference