Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Receiver

The C# definition of the <receiver> Android Manifest element.
Read time 1 minuteLast updated 12 days ago

Definition

public sealed class Receiver : BaseElement, ICloneable

Remarks

For more information about the element, see Android's documentation: Receiver element

Constructors

Constructor

Description

Receiver()Element constructor.
Receiver(Unity.Android.Gradle.Manifest.Receiver)Element constructor.

Properties

Property

Description

AttributesThe attributes container for the
 <receiver> 
element.
IntentFilterListList of
<intent-filter>
child elements.
MetaDataListList of
<meta-data>
child elements.

Classes

Class

Description

Receiver.AttributesContainerThe attributes container for the
 <receiver> 
element.

Inheritance