| 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.
|
| ResultGetter<T> |
Gets a result.
|
| Class | Description |
|---|---|
| AsyncMonitor<T> |
Monitors an asynchronous action from the service.
|
| AsyncMonitorLocation |
The reference to an async monitor location.
|
| AsyncMonitorResponseHandler |
The handler class for async monitor response from server.
|
| ChunkedUploadProvider<UploadType> |
ChunkedUpload service provider.
|
| ChunkedUploadRequest |
The chunk upload request.
|
| ChunkedUploadResponseHandler<UploadType> |
The class handles the stateful response from OneDrive upload session.
|
| DefaultExecutors |
The default executors implementation for the OneDrive SDK.
|
| SimpleWaiter |
A simple signal/waiter interface for synchronizing multi-threaded actions.
|
| SynchronousExecutor |
An executor that runs only on the main thread of an Android application.
|
| Exception | Description |
|---|---|
| AsyncOperationException |
The exception raised when there was a async operation did not complete as expected.
|