The members of Android.Content.BroadcastReceiver are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | AbortBroadcast | bool. Returns the flag indicating whether or not this receiver should abort the current broadcast. |
DebugUnregister | bool. Return the last value given to BroadcastReceiver.DebugUnregister. | |
[read-only] | IsInitialStickyBroadcast | bool. Returns true if the receiver is currently processing the initial value of a sticky broadcast -- that is, the value that was last broadcast and is currently held in the sticky cache, so this is not directly the result of a broadcast right now. |
[read-only] | IsOrderedBroadcast | bool. Returns true if the receiver is currently processing an ordered broadcast. |
ResultCode | Android.App.Result. Retrieve the current result code, as set by the previous receiver. | |
ResultData | string. Retrieve the current result data, as set by the previous receiver. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ClearAbortBroadcast()Clears the flag indicating that this receiver should abort the current broadcast. | ||
GetResultExtras(bool)Retrieve the current result extra data, as set by the previous receiver. | ||
GoAsync()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)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). |