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