LinkedDeviceLogInfo
public enum LinkedDeviceLogInfo : CustomStringConvertible, JSONRepresentable
The device sessions that user is linked to.
-
desktop device session’s details.
Declaration
Swift
case desktopDeviceSession(TeamLog.DesktopDeviceSessionLogInfo)
-
legacy device session’s details.
Declaration
Swift
case legacyDeviceSession(TeamLog.LegacyDeviceSessionLogInfo)
-
mobile device session’s details.
Declaration
Swift
case mobileDeviceSession(TeamLog.MobileDeviceSessionLogInfo)
-
web device session’s details.
Declaration
Swift
case webDeviceSession(TeamLog.WebDeviceSessionLogInfo)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }