TICDSDropboxSDKBasedApplicationRegistrationOperation Class Reference
Inherits from | TICDSApplicationRegistrationOperation : TICDSOperation : NSOperation |
Conforms to | DBRestClientDelegate |
Declared in | TICDSDropboxSDKBasedApplicationRegistrationOperation.h |
Overview
TICDSDropboxSDKBasedApplicationRegistrationOperation
is an application registration operation designed for use with a TICDSDropboxSDKBasedApplicationSyncManager
.
Tasks
Properties
-
dbSession
The DropboxSDK
propertyDBSession
for use by this operation’sDBRestClient
. -
restClient
The DropboxSDK
propertyDBRestClient
for use by this operation.
Paths
-
applicationDirectoryPath
The path to the root of the application.
property -
encryptionDirectorySaltDataFilePath
The path to the
propertysalt.ticdsync
file inside the application’sEncryption
directory. -
encryptionDirectoryTestDataFilePath
The path to the
propertytest.ticdsync
file inside the application’sEncryption
directory. -
clientDevicesThisClientDeviceDirectoryPath
The path to this client’s directory in the
propertyClientDevices
directory.
Properties
applicationDirectoryPath
The path to the root of the application.
@property (copy) NSString *applicationDirectoryPath
Declared In
TICDSDropboxSDKBasedApplicationRegistrationOperation.h
clientDevicesThisClientDeviceDirectoryPath
The path to this client’s directory in the ClientDevices
directory.
@property (copy) NSString *clientDevicesThisClientDeviceDirectoryPath
Declared In
TICDSDropboxSDKBasedApplicationRegistrationOperation.h
dbSession
The DropboxSDK DBSession
for use by this operation’s DBRestClient
.
@property (strong) DBSession *dbSession
Declared In
TICDSDropboxSDKBasedApplicationRegistrationOperation.h
encryptionDirectorySaltDataFilePath
The path to the salt.ticdsync
file inside the application’s Encryption
directory.
@property (copy) NSString *encryptionDirectorySaltDataFilePath
Declared In
TICDSDropboxSDKBasedApplicationRegistrationOperation.h
encryptionDirectoryTestDataFilePath
The path to the test.ticdsync
file inside the application’s Encryption
directory.
@property (copy) NSString *encryptionDirectoryTestDataFilePath
Declared In
TICDSDropboxSDKBasedApplicationRegistrationOperation.h
restClient
The DropboxSDK DBRestClient
for use by this operation.
@property (nonatomic, readonly) DBRestClient *restClient
Declared In
TICDSDropboxSDKBasedApplicationRegistrationOperation.h