Intent
The C# definition of the <intent> Android Manifest element.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
- Inherits from: BaseElement
- Implements: ICloneable
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 |
|---|---|
| Action | Child element |
| Attributes | The attributes container for the |
| DataList | List of |
Classes
Class | Description |
|---|---|
| Intent.AttributesContainer | The attributes container for the |