Friday, October 4, 2013

IntentSender.OnFinished

android.content.IntentSender.OnFinished

Class Overview


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.

Summary


Public Methods
abstract voidonSendFinished(IntentSender IntentSender, Intent intent, int resultCode, String resultData, Bundle resultExtras)
Called when a send operation as completed.

No comments:

Post a Comment