MobileClientSession
public class MobileClientSession : Team.DeviceSession
Information about linked Dropbox mobile client sessions.
-
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
MobileClientSession Class Reference