DBTEAMDesktopPlatformTag
Objective-C
enum DBTEAMDesktopPlatformTag : NSInteger {}
Swift
@frozen enum DBTEAMDesktopPlatformTag : Int, @unchecked Sendable
The DBTEAMDesktopPlatformTag enum type represents the possible tag states
with which the DBTEAMDesktopPlatform union can exist.
-
Official Windows Dropbox desktop client.
Declaration
Objective-C
DBTEAMDesktopPlatformWindowsSwift
case windows = 0 -
Official Mac Dropbox desktop client.
Declaration
Objective-C
DBTEAMDesktopPlatformMacSwift
case mac = 1 -
Official Linux Dropbox desktop client.
Declaration
Objective-C
DBTEAMDesktopPlatformLinuxSwift
case linux = 2 -
(no description).
Declaration
Objective-C
DBTEAMDesktopPlatformOtherSwift
case other = 3
View on GitHub
DBTEAMDesktopPlatformTag Enumeration Reference