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
DBTEAMLOGAdminAlertSeverityEnumHigh
Swift
case high = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumInfo
Swift
case info = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumLow
Swift
case low = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumMedium
Swift
case medium = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumNa
Swift
case na = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminAlertSeverityEnumOther
Swift
case other = 5