DBTEAMLOGAdminEmailRemindersPolicyTag
Objective-C
enum DBTEAMLOGAdminEmailRemindersPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGAdminEmailRemindersPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGAdminEmailRemindersPolicyTag
enum type represents the
possible tag states with which the DBTEAMLOGAdminEmailRemindersPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminEmailRemindersPolicyDefault_
Swift
case default_ = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminEmailRemindersPolicyDisabled
Swift
case disabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminEmailRemindersPolicyEnabled
Swift
case enabled = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminEmailRemindersPolicyOther
Swift
case other = 3