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
DBTEAMLOGAdminAlertingAlertStatePolicyOff
Swift
case off = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertStatePolicyOn
Swift
case on = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertStatePolicyOther
Swift
case other = 2