Android
android.app
public static interface

android.app.PendingIntent.OnFinished

android.app.PendingIntent.OnFinished

Callback interface for discovering when a send operation has completed. Primarily for use with a PendingIntent that is performing a broadcast, this provides the same information as calling Context.sendBroadcast() with a final BroadcastReceiver.

Summary

Public Methods

          void  onSendFinished(PendingIntent pendingIntent, Intent intent, int resultCode, String resultData, Bundle resultExtras)
Called when a send operation as completed.

Details

Public Methods

public void onSendFinished(PendingIntent pendingIntent, Intent intent, int resultCode, String resultData, Bundle resultExtras)

Called when a send operation as completed.

Parameters

pendingIntent The PendingIntent 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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56