DesktopClientSession
public class DesktopClientSession : Team.DeviceSession
Information about linked Dropbox desktop client sessions.
-
Name of the hosting desktop.
Declaration
Swift
public let hostName: String -
The Dropbox desktop client type.
Declaration
Swift
public let clientType: Team.DesktopPlatform -
The Dropbox client version.
Declaration
Swift
public let clientVersion: String -
Information on the hosting platform.
Declaration
Swift
public let platform: String -
Whether it’s possible to delete all of the account files upon unlinking.
Declaration
Swift
public let isDeleteOnUnlinkSupported: Bool
View on GitHub
DesktopClientSession Class Reference