DBTEAMLOGAdminAlertSeverityEnumTag
Objective-C
enum DBTEAMLOGAdminAlertSeverityEnumTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGAdminAlertSeverityEnumTag : Int, @unchecked Sendable
The DBTEAMLOGAdminAlertSeverityEnumTag enum type represents the possible
tag states with which the DBTEAMLOGAdminAlertSeverityEnum union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumHighSwift
case high = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumInfoSwift
case info = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumLowSwift
case low = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumMediumSwift
case medium = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumNaSwift
case na = 4 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumOtherSwift
case other = 5
View on GitHub
DBTEAMLOGAdminAlertSeverityEnumTag Enumeration Reference