Android.Content.BroadcastReceiver: Method Members

The methods of Android.Content.BroadcastReceiver are listed below. For a list of all members, see the BroadcastReceiver Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

ClearAbortBroadcast()
Clears the flag indicating that this receiver should abort the current broadcast.
GetResultExtras(bool) : Android.OS.Bundle
Retrieve the current result extra data, as set by the previous receiver.
GoAsync() : BroadcastReceiver.PendingResult
This can be called by an application in BroadcastReceiver.OnReceive(Context, Android.Content.Intent) to allow it to keep the broadcast active after returning from that function.
InvokeAbortBroadcast()
Sets the flag indicating that this receiver should abort the current broadcast; only works with broadcasts sent through Context.SendOrderedBroadcast(Intent, System.String).
abstract
OnReceive(Context, Intent)
This method is called when the BroadcastReceiver is receiving an Intent broadcast.
PeekService(Context, Intent) : Android.OS.IBinder
Provide a binder to an already-running service.
SetOrderedHint(bool)
For internal use, sets the hint about whether this BroadcastReceiver is running in ordered mode.
SetResult(Android.App.Result, string, Android.OS.Bundle)
Change all of the result data returned from this broadcasts; only works with broadcasts sent through Context.SendOrderedBroadcast(Intent, System.String).
SetResultExtras(Android.OS.Bundle)
Change the current result extras of this broadcast; only works with broadcasts sent through Context.SendOrderedBroadcast(Intent, System.String).