Other Classes
The following classes are available globally.
- 
                  
                  
Stone route objects for the Account namespace. Each route in the Account namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBACCOUNTRouteObjects : NSObjectSwift
class DBACCOUNTRouteObjects : NSObject - 
                  
                  
Routes for the
See moreAccountnamespaceDeclaration
Objective-C
@interface DBACCOUNTUserAuthRoutes : NSObjectSwift
class DBACCOUNTUserAuthRoutes : NSObject - 
                  
                  
Routes for the
See moreAuthnamespaceDeclaration
Objective-C
@interface DBAUTHAppAuthRoutes : NSObjectSwift
class DBAUTHAppAuthRoutes : NSObject - 
                  
                  
Stone route objects for the Auth namespace. Each route in the Auth namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBAUTHRouteObjects : NSObjectSwift
class DBAUTHRouteObjects : NSObject - 
                  
                  
Routes for the
See moreAuthnamespaceDeclaration
Objective-C
@interface DBAUTHUserAuthRoutes : NSObjectSwift
class DBAUTHUserAuthRoutes : NSObject - 
                  
                  
Base client object that contains an instance field for each namespace, each of which contains references to all routes within that namespace. Fully-implemented API clients will inherit this class.
See moreDeclaration
Objective-C
@interface DBAppBaseClient : NSObject { id<DBTransportClient> _transportClient; }Swift
class DBAppBaseClient : NSObject - 
                  
                  
Routes for the
See moreChecknamespaceDeclaration
Objective-C
@interface DBCHECKAppAuthRoutes : NSObjectSwift
class DBCHECKAppAuthRoutes : NSObject - 
                  
                  
Stone route objects for the Check namespace. Each route in the Check namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBCHECKRouteObjects : NSObjectSwift
class DBCHECKRouteObjects : NSObject - 
                  
                  
Routes for the
See moreChecknamespaceDeclaration
Objective-C
@interface DBCHECKUserAuthRoutes : NSObjectSwift
class DBCHECKUserAuthRoutes : NSObject - 
                  
                  
Stone route objects for the Contacts namespace. Each route in the Contacts namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBCONTACTSRouteObjects : NSObjectSwift
class DBCONTACTSRouteObjects : NSObject - 
                  
                  
Routes for the
See moreContactsnamespaceDeclaration
Objective-C
@interface DBCONTACTSUserAuthRoutes : NSObjectSwift
class DBCONTACTSUserAuthRoutes : NSObject - 
                  
                  
Routes for the
See moreFilesnamespaceDeclaration
Objective-C
@interface DBFILESUserAuthRoutes : NSObjectSwift
class DBFILESUserAuthRoutes : NSObject - 
                  
                  
Stone route objects for the FileProperties namespace. Each route in the FileProperties namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBFILEPROPERTIESRouteObjects : NSObjectSwift
class DBFILEPROPERTIESRouteObjects : NSObject - 
                  
                  
Routes for the
See moreFilePropertiesnamespaceDeclaration
Objective-C
@interface DBFILEPROPERTIESTeamAuthRoutes : NSObjectSwift
class DBFILEPROPERTIESTeamAuthRoutes : NSObject - 
                  
                  
Routes for the
See moreFilePropertiesnamespaceDeclaration
Objective-C
@interface DBFILEPROPERTIESUserAuthRoutes : NSObjectSwift
class DBFILEPROPERTIESUserAuthRoutes : NSObject - 
                  
                  
Stone route objects for the FileRequests namespace. Each route in the FileRequests namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBFILEREQUESTSRouteObjects : NSObjectSwift
class DBFILEREQUESTSRouteObjects : NSObject - 
                  
                  
Routes for the
See moreFileRequestsnamespaceDeclaration
Objective-C
@interface DBFILEREQUESTSUserAuthRoutes : NSObjectSwift
class DBFILEREQUESTSUserAuthRoutes : NSObject - 
                  
                  
Routes for the
See moreFilesnamespaceDeclaration
Objective-C
@interface DBFILESAppAuthRoutes : NSObjectSwift
class DBFILESAppAuthRoutes : NSObject - 
                  
                  
Stone route objects for the Files namespace. Each route in the Files namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBFILESRouteObjects : NSObjectSwift
class DBFILESRouteObjects : NSObject - 
                  
                  
Stone route objects for the Openid namespace. Each route in the Openid namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBOPENIDRouteObjects : NSObjectSwift
class DBOPENIDRouteObjects : NSObject - 
                  
                  
Routes for the
See moreOpenidnamespaceDeclaration
Objective-C
@interface DBOPENIDUserAuthRoutes : NSObjectSwift
class DBOPENIDUserAuthRoutes : NSObject - 
                  
                  
Manages returning to the official Dropbox app.
See moreNote
This logic is for official Dropbox partners only, and should not need to be used by other third-party apps.Declaration
Objective-C
@interface DBOfficialAppConnector : NSObjectSwift
class DBOfficialAppConnector : NSObject - 
                  
                  
Information for returning to the official Dropbox app.
See moreNote
This logic is for official Dropbox partners only, and should not need to be used by other third-party apps.Declaration
Objective-C
@interface DBOpenWithInfo : NSObject <NSCoding>Swift
class DBOpenWithInfo : NSObject, NSCoding - 
                  
                  
Stone route objects for the Paper namespace. Each route in the Paper namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBPAPERRouteObjects : NSObjectSwift
class DBPAPERRouteObjects : NSObject - 
                  
                  
Routes for the
See morePapernamespaceDeclaration
Objective-C
@interface DBPAPERUserAuthRoutes : NSObjectSwift
class DBPAPERUserAuthRoutes : NSObject 
- 
                  
                  
A wrapper objct that has a localized human-readable error message and the locale.
See moreDeclaration
Objective-C
@interface DBLocalizedUserMessage : NSObjectSwift
class DBLocalizedUserMessage : NSObject 
- 
                  
                  
Path Root request error.
Contains relevant information regarding a failed network request. Initialized in the event of an HTTP 422 response. Extends DBRequestHttpError.
See moreDeclaration
Objective-C
@interface DBRequestPathRootError : DBRequestHttpErrorSwift
class DBRequestPathRootError : DBRequestHttpError - 
                  
                  
Keychain class for storing OAuth tokens.
See moreDeclaration
Objective-C
@interface DBSDKKeychain : NSObjectSwift
class DBSDKKeychain : NSObject - 
                  
                  
Routes for the
See moreSharingnamespaceDeclaration
Objective-C
@interface DBSHARINGAppAuthRoutes : NSObjectSwift
class DBSHARINGAppAuthRoutes : NSObject - 
                  
                  
Stone route objects for the Sharing namespace. Each route in the Sharing namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBSHARINGRouteObjects : NSObjectSwift
class DBSHARINGRouteObjects : NSObject - 
                  
                  
Routes for the
See moreSharingnamespaceDeclaration
Objective-C
@interface DBSHARINGUserAuthRoutes : NSObjectSwift
class DBSHARINGUserAuthRoutes : NSObject - 
                  
                  
Contains the information of requested scopes.
See moreDeclaration
Objective-C
@interface DBScopeRequest : NSObjectSwift
class DBScopeRequest : NSObject - 
                  
                  
Route object used to encapsulate route-specific information.
See moreDeclaration
Objective-C
@interface DBRoute : NSObjectSwift
class DBRoute : NSObject - 
                  
                  
Wrapper object designed to represent a nil response from the Dropbox API.
Declaration
Objective-C
@interface DBNilObject : NSObjectSwift
class DBNilObject : NSObject - 
                  
                  
Serializer functions used by the SDK to serialize/deserialize
See moreNSArraytypes.Declaration
Objective-C
@interface DBMapSerializer : NSObjectSwift
class DBMapSerializer : NSObject - 
                  
                  
Validator functions used by SDK to impose value constraints.
See moreDeclaration
Objective-C
@interface DBStoneValidators<T> : NSObjectSwift
class DBStoneValidators<T> : NSObject where T : AnyObject - 
                  
                  
Stone route objects for the TeamLog namespace. Each route in the TeamLog namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBTEAMLOGRouteObjects : NSObjectSwift
class DBTEAMLOGRouteObjects : NSObject - 
                  
                  
Routes for the
See moreTeamLognamespaceDeclaration
Objective-C
@interface DBTEAMLOGTeamAuthRoutes : NSObjectSwift
class DBTEAMLOGTeamAuthRoutes : NSObject - 
                  
                  
Stone route objects for the Team namespace. Each route in the Team namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBTEAMRouteObjects : NSObjectSwift
class DBTEAMRouteObjects : NSObject - 
                  
                  
Routes for the
See moreTeamnamespaceDeclaration
Objective-C
@interface DBTEAMTeamAuthRoutes : NSObjectSwift
class DBTEAMTeamAuthRoutes : NSObject - 
                  
                  
Base client object that contains an instance field for each namespace, each of which contains references to all routes within that namespace. Fully-implemented API clients will inherit this class.
See moreDeclaration
Objective-C
@interface DBTeamBaseClient : NSObject { id<DBTransportClient> _transportClient; }Swift
class DBTeamBaseClient : NSObject - 
                  
                  
Configuration class that defines the different hostnames that the Dropbox SDK uses
See moreDeclaration
Objective-C
@interface DBTransportBaseHostnameConfig : NSObjectSwift
class DBTransportBaseHostnameConfig : NSObject - 
                  
                  
Stone route objects for the Users namespace. Each route in the Users namespace has its own static object, which contains information about the route.
See moreDeclaration
Objective-C
@interface DBUSERSRouteObjects : NSObjectSwift
class DBUSERSRouteObjects : NSObject - 
                  
                  
Routes for the
See moreUsersnamespaceDeclaration
Objective-C
@interface DBUSERSUserAuthRoutes : NSObjectSwift
class DBUSERSUserAuthRoutes : NSObject - 
                  
                  
Base client object that contains an instance field for each namespace, each of which contains references to all routes within that namespace. Fully-implemented API clients will inherit this class.
See moreDeclaration
Objective-C
@interface DBUserBaseClient : NSObject { id<DBTransportClient> _transportClient; }Swift
class DBUserBaseClient : NSObject 
View on GitHub
        Other Classes  Reference