DBTEAMMobileClientPlatformTag
Objective-C
enum DBTEAMMobileClientPlatformTag : NSInteger {}
Swift
@frozen enum DBTEAMMobileClientPlatformTag : Int, @unchecked Sendable
The DBTEAMMobileClientPlatformTag
enum type represents the possible tag
states with which the DBTEAMMobileClientPlatform
union can exist.
-
Official Dropbox iPhone client.
Declaration
Objective-C
DBTEAMMobileClientPlatformIphone
Swift
case iphone = 0
-
Official Dropbox iPad client.
Declaration
Objective-C
DBTEAMMobileClientPlatformIpad
Swift
case ipad = 1
-
Official Dropbox Android client.
Declaration
Objective-C
DBTEAMMobileClientPlatformAndroid
Swift
case android = 2
-
Official Dropbox Windows phone client.
Declaration
Objective-C
DBTEAMMobileClientPlatformWindowsPhone
Swift
case windowsPhone = 3
-
Official Dropbox Blackberry client.
Declaration
Objective-C
DBTEAMMobileClientPlatformBlackberry
Swift
case blackberry = 4
-
(no description).
Declaration
Objective-C
DBTEAMMobileClientPlatformOther
Swift
case other = 5