Android.Content.BroadcastReceiverAttribute: Property Members

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

Public Properties

Enabledbool. Whether or not the receiver can be instantiated by the system.
Exportedbool. Whether or not the receiver can be launched by components of other applications.
Iconstring. An icon representing the receiver.
Labelstring. A user-readable label for the receiver.
Namestring. The name of the class that implements the receiver.
Permissionstring. The name of a permission that clients must have to launch the receiver.
Processstring. The name of the process in which the receiver should run.