DBTEAMLOGClassificationTypeTag
Objective-C
enum DBTEAMLOGClassificationTypeTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGClassificationTypeTag : Int, @unchecked Sendable
The DBTEAMLOGClassificationTypeTag enum type represents the possible tag
states with which the DBTEAMLOGClassificationType union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGClassificationTypePersonalInformationSwift
case personalInformation = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGClassificationTypePiiSwift
case pii = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGClassificationTypeOtherSwift
case other = 2
View on GitHub
DBTEAMLOGClassificationTypeTag Enumeration Reference