DBTEAMLOGLinkedDeviceLogInfoTag
Objective-C
enum DBTEAMLOGLinkedDeviceLogInfoTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGLinkedDeviceLogInfoTag : Int, @unchecked Sendable
The DBTEAMLOGLinkedDeviceLogInfoTag
enum type represents the possible tag
states with which the DBTEAMLOGLinkedDeviceLogInfo
union can exist.
-
desktop device session’s details.
Declaration
Objective-C
DBTEAMLOGLinkedDeviceLogInfoDesktopDeviceSession
Swift
case desktopDeviceSession = 0
-
legacy device session’s details.
Declaration
Objective-C
DBTEAMLOGLinkedDeviceLogInfoLegacyDeviceSession
Swift
case legacyDeviceSession = 1
-
mobile device session’s details.
Declaration
Objective-C
DBTEAMLOGLinkedDeviceLogInfoMobileDeviceSession
Swift
case mobileDeviceSession = 2
-
web device session’s details.
Declaration
Objective-C
DBTEAMLOGLinkedDeviceLogInfoWebDeviceSession
Swift
case webDeviceSession = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGLinkedDeviceLogInfoOther
Swift
case other = 4