DBTEAMLOGDeviceTypeTag
Objective-C
enum DBTEAMLOGDeviceTypeTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGDeviceTypeTag : Int, @unchecked Sendable
The DBTEAMLOGDeviceTypeTag enum type represents the possible tag states
with which the DBTEAMLOGDeviceType union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGDeviceTypeDesktopSwift
case desktop = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGDeviceTypeMobileSwift
case mobile = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGDeviceTypeOtherSwift
case other = 2
View on GitHub
DBTEAMLOGDeviceTypeTag Enumeration Reference