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
DBTEAMLOGAdminAlertingAlertSensitivityHighSwift
case high = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityHighestSwift
case highest = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityInvalidSwift
case invalid = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityLowSwift
case low = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityLowestSwift
case lowest = 4 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityMediumSwift
case medium = 5 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertingAlertSensitivityOtherSwift
case other = 6
View on GitHub
DBTEAMLOGAdminAlertingAlertSensitivityTag Enumeration Reference