DeviceUnlinkDetails
public class DeviceUnlinkDetails : CustomStringConvertible, JSONRepresentable
Disconnected device.
-
Session unique id.
Declaration
Swift
public let sessionInfo: TeamLog.SessionLogInfo? -
The device name. Might be missing due to historical data gap.
Declaration
Swift
public let displayName: String? -
True if the user requested to delete data after device unlink, false otherwise.
Declaration
Swift
public let deleteData: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
DeviceUnlinkDetails Class Reference