The members of Android.Content.BroadcastReceiverAttribute are listed below.
See Also: Inherited members from System.Attribute
Constructs and initializes a new Android.Content.BroadcastReceiverAttribute instance. |
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. |