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
DBTEAMMobileClientPlatformIphoneSwift
case iphone = 0 -
Official Dropbox iPad client.
Declaration
Objective-C
DBTEAMMobileClientPlatformIpadSwift
case ipad = 1 -
Official Dropbox Android client.
Declaration
Objective-C
DBTEAMMobileClientPlatformAndroidSwift
case android = 2 -
Official Dropbox Windows phone client.
Declaration
Objective-C
DBTEAMMobileClientPlatformWindowsPhoneSwift
case windowsPhone = 3 -
Official Dropbox Blackberry client.
Declaration
Objective-C
DBTEAMMobileClientPlatformBlackberrySwift
case blackberry = 4 -
(no description).
Declaration
Objective-C
DBTEAMMobileClientPlatformOtherSwift
case other = 5
View on GitHub
DBTEAMMobileClientPlatformTag Enumeration Reference