DBTEAMLOGAdminAlertingAlertSensitivityTag
Objective-C
enum DBTEAMLOGAdminAlertingAlertSensitivityTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGAdminAlertingAlertSensitivityTag : Int, @unchecked Sendable
The DBTEAMLOGAdminAlertingAlertSensitivityTag
enum type represents the
possible tag states with which the DBTEAMLOGAdminAlertingAlertSensitivity
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityHigh
Swift
case high = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityHighest
Swift
case highest = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityInvalid
Swift
case invalid = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityLow
Swift
case low = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityLowest
Swift
case lowest = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityMedium
Swift
case medium = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityOther
Swift
case other = 6