{% include "/android/_dackka-meta-tags.html" %}

Class Index

These are all the API classes. See all API packages.

C  D  O  R  S  T  

C

CancellationToken

Propagates notification that operations should be canceled.

CancellationTokenSource

Creates a new CancellationToken or cancels one that has already created.

Continuation

A function that is called to continue execution after completion of a Task.

D

DuplicateTaskCompletionException

An exception indicating that something attempted to set a result, exception, or cancellation on a Task that was already completed.

O

OnCanceledListener

Listener called when a Task is canceled.

OnCompleteListener

Listener called when a Task completes.

OnFailureListener

Listener called when a Task fails with an exception.

OnSuccessListener

Listener called when a Task completes successfully.

OnTokenCanceledListener

Listener called when a CancellationToken is canceled successfully.

R

RuntimeExecutionException

Runtime version of java.util.concurrent.ExecutionException.

S

SuccessContinuation

A function that is called to continue execution then a Task succeeds.

T

Task

Represents an asynchronous operation.

TaskCompletionSource

Provides the ability to create Task-based APIs.

TaskExecutors

Standard Executor instances for use with Task.

Tasks

Task utility methods.