Android.Content.BroadcastReceiverAttribute Members

The members of Android.Content.BroadcastReceiverAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Constructs and initializes a new Android.Content.BroadcastReceiverAttribute instance.

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.