DBTEAMLOGAdminAlertingAlertStatePolicyTag
Objective-C
enum DBTEAMLOGAdminAlertingAlertStatePolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGAdminAlertingAlertStatePolicyTag : Int, @unchecked Sendable
The DBTEAMLOGAdminAlertingAlertStatePolicyTag enum type represents the
possible tag states with which the DBTEAMLOGAdminAlertingAlertStatePolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertStatePolicyOffSwift
case off = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertStatePolicyOnSwift
case on = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertStatePolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGAdminAlertingAlertStatePolicyTag Enumeration Reference