MobileDeviceSessionLogInfo
public class MobileDeviceSessionLogInfo : TeamLog.DeviceSessionLogInfo
Information about linked Dropbox mobile client sessions
-
Mobile session unique id.
Declaration
Swift
public let sessionInfo: TeamLog.MobileSessionLogInfo? -
The device name.
Declaration
Swift
public let deviceName: String -
The mobile application type.
Declaration
Swift
public let clientType: Team.MobileClientPlatform -
The Dropbox client version.
Declaration
Swift
public let clientVersion: String? -
The hosting OS version.
Declaration
Swift
public let osVersion: String? -
last carrier used by the device.
Declaration
Swift
public let lastCarrier: String?
View on GitHub
MobileDeviceSessionLogInfo Class Reference