Android.Content.BroadcastReceiver: Property Members

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

Public Properties

[read-only]
AbortBroadcastbool. Returns the flag indicating whether or not this receiver should abort the current broadcast.
DebugUnregisterbool. Return the last value given to BroadcastReceiver.DebugUnregister.
[read-only]
IsInitialStickyBroadcastbool. 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]
IsOrderedBroadcastbool. Returns true if the receiver is currently processing an ordered broadcast.
ResultCodeAndroid.App.Result. Retrieve the current result code, as set by the previous receiver.
ResultDatastring. Retrieve the current result data, as set by the previous receiver.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.