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
DBTEAMDesktopPlatformWindows
Swift
case windows = 0
-
Official Mac Dropbox desktop client.
Declaration
Objective-C
DBTEAMDesktopPlatformMac
Swift
case mac = 1
-
Official Linux Dropbox desktop client.
Declaration
Objective-C
DBTEAMDesktopPlatformLinux
Swift
case linux = 2
-
(no description).
Declaration
Objective-C
DBTEAMDesktopPlatformOther
Swift
case other = 3