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