The properties of Android.Content.BroadcastReceiverAttribute are listed below. For a list of all members, see the BroadcastReceiverAttribute Members list.
See Also: Inherited members from System.Attribute
| Enabled | bool. Whether or not the receiver can be instantiated by the system. | |
| Exported | bool. Whether or not the receiver can be launched by components of other applications. | |
| Icon | string. An icon representing the receiver. | |
| Label | string. A user-readable label for the receiver. | |
| Name | string. The name of the class that implements the receiver. | |
| Permission | string. The name of a permission that clients must have to launch the receiver. | |
| Process | string. The name of the process in which the receiver should run. |