Friday, October 4, 2013

Public Methods



public abstract void onSendFinished (IntentSender IntentSender, Intent intent, int resultCode, String resultData, Bundle resultExtras)

Added in API level 4
Called when a send operation as completed.
Parameters
IntentSenderThe IntentSender this operation was sent through.
intentThe original Intent that was sent.
resultCodeThe final result code determined by the send.
resultDataThe final data collected by a broadcast.
resultExtrasThe final extras collected by a broadcast.

No comments:

Post a Comment