com.google.android.gms.tasks
Interfaces
Continuation | 
            
               A function that is called to continue execution after completion of a   | 
          
OnCanceledListener | 
            
               Listener called when a   | 
          
OnCompleteListener | 
            
               Listener called when a   | 
          
OnFailureListener | 
            
               Listener called when a   | 
          
OnSuccessListener | 
            
               Listener called when a   | 
          
OnTokenCanceledListener | 
            
               Listener called when a   | 
          
SuccessContinuation | 
            
               A function that is called to continue execution then a   | 
          
Classes
CancellationToken | 
            
               Propagates notification that operations should be canceled.  | 
          
CancellationTokenSource | 
            
               Creates a new   | 
          
Task | 
            
               Represents an asynchronous operation.  | 
          
TaskCompletionSource | 
            
               Provides the ability to create   | 
          
TaskExecutors | 
            |
Tasks | 
            
               
  | 
          
Exceptions
DuplicateTaskCompletionException | 
            
               An exception indicating that something attempted to set a result, exception, or cancellation on a   | 
          
RuntimeExecutionException | 
            
               Runtime version of   |