Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Intent

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

Definition

public sealed class Intent : BaseElement, ICloneable

Remarks

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

Constructors

Constructor

Description

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

Properties

Property

Description

ActionChild element
<action>
.
AttributesThe attributes container for the
 <intent> 
element.
DataListList of
<data>
child elements.

Classes

Class

Description

Intent.AttributesContainerThe attributes container for the
 <intent> 
element.

Inheritance