public static interface IntentSender.OnFinished
Context.sendBroadcast()
with a final BroadcastReceiver.Modifier and Type | Method and Description |
---|---|
void |
onSendFinished(IntentSender IntentSender,
Intent intent,
int resultCode,
String resultData,
Bundle resultExtras)
Called when a send operation as completed.
|
void onSendFinished(IntentSender IntentSender, Intent intent, int resultCode, String resultData, Bundle resultExtras)
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.