No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | android.content.IntentSender.OnFinished | 
Callback interface for discovering when a send operation has completed. Primarily for use with a IntentSender that is performing a broadcast, this provides the same information as calling Context.sendBroadcast() with a final BroadcastReceiver. 
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | 
           Called when a send operation as completed.
           | |||||||||
Called when a send operation as completed.
| IntentSender | The IntentSender this operation was sent through. | 
|---|---|
| intent | The original Intent that was sent. | 
| resultCode | The final result code determined by the send. | 
| resultData | The final data collected by a broadcast. | 
| resultExtras | The final extras collected by a broadcast. |