MobileClientPlatform
public enum MobileClientPlatform : CustomStringConvertible, JSONRepresentable
The MobileClientPlatform union
-
Official Dropbox iPhone client.
Declaration
Swift
case iphone
-
Official Dropbox iPad client.
Declaration
Swift
case ipad
-
Official Dropbox Android client.
Declaration
Swift
case android
-
Official Dropbox Windows phone client.
Declaration
Swift
case windowsPhone
-
Official Dropbox Blackberry client.
Declaration
Swift
case blackberry
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }