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