| Interface | Description |
|---|---|
| ICallback<Result> |
A callback that describes how to deal with success and failure
|
| IExecutors |
A way to manage scheduled actions that are run in the foreground or background threading environments
|
| IProgressCallback<Result> |
A callback that describes how to deal with success, failure, and progress
|
| Class | Description |
|---|---|
| ChunkedUploadProvider<UploadType> |
ChunkedUpload service provider
|
| ChunkedUploadResponseHandler<UploadType> |
Handles the stateful response from the OneDrive upload session
|
| DefaultExecutors |
The default executors implementation for the SDK
|
| SynchronousExecutor |
An executor that runs only on the main thread of an application
|