# Intent

> The C# definition of the <intent> Android Manifest element.

## Definition

* **Type:** Class
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.3/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle
* **Inherits from:** [BaseElement](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement.md)
* **Implements:** [ICloneable](https://learn.microsoft.com/dotnet/api/system.icloneable)

```csharp
public sealed class Intent : BaseElement, ICloneable
```

## Remarks

For more information about the element, see Android's documentation: [Intent element](https://developer.android.com/guide/topics/manifest/queries-element#intent)

## Constructors

| Constructor                                                                                                                                   | Description          |
| --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| [Intent()](/engine/6000.3/script-reference/unity/android/gradle/manifest/intent/ctor.md#intent\(\))                                           | Element constructor. |
| [Intent(Unity.Android.Gradle.Manifest.Intent)](/engine/6000.3/script-reference/unity/android/gradle/manifest/intent/ctor.md#intent\(intent\)) | Element constructor. |

## Properties

| Property                                                                                         | Description                                              |
| ------------------------------------------------------------------------------------------------ | -------------------------------------------------------- |
| [Action](/engine/6000.3/script-reference/unity/android/gradle/manifest/intent/action.md)         | Child element `<action>`.                                |
| [Attributes](/engine/6000.3/script-reference/unity/android/gradle/manifest/intent/attributes.md) | The attributes container for the `  <intent>  ` element. |
| [DataList](/engine/6000.3/script-reference/unity/android/gradle/manifest/intent/datalist.md)     | List of `<data>` child elements.                         |

## Classes

| Class                                                                                                                     | Description                                              |
| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Intent.AttributesContainer](/engine/6000.3/script-reference/unity/android/gradle/manifest/intent/attributescontainer.md) | The attributes container for the `  <intent>  ` element. |

## Inheritance

**Inherited Members:**

* [BaseElement.GetName()](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/getname.md)
* [BaseElement.GetID()](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/getid.md)
* [BaseElement.ResolveConflict()](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/resolveconflict.md)
* [BaseElement.GetUniqueName()](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/getuniquename.md)
* [BaseElement.GetCustomAttribute(string)](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/getcustomattribute.md)
* [BaseElement.GetAllAttributes()](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/getallattributes.md)
* [BaseElement.SetCustomAttribute(string, string)](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/setcustomattribute.md)
* [BaseElement.RemoveCustomAttribute(string)](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/removecustomattribute.md)
* [BaseElement.AddCustomElement(string, Dictionary\<string, string>)](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/addcustomelement.md)
* [BaseElement.Remove()](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/remove.md)
* [BaseElement.CustomElements()](/engine/6000.3/script-reference/unity/android/gradle/manifest/baseelement/customelements.md)
