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
DBTEAMLOGAdminEmailRemindersPolicyDisabledSwift
case disabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminEmailRemindersPolicyEnabledSwift
case enabled = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAdminEmailRemindersPolicyOtherSwift
case other = 3 
View on GitHub
        DBTEAMLOGAdminEmailRemindersPolicyTag Enumeration Reference