The properties 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
[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. |