ActivityAlias
The C# definition of the Android Manifest element.
Read time 2 minutesLast updated 12 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
- Inherits from: BaseElement
- Implements: ICloneable
public sealed class ActivityAlias : BaseElement, ICloneable
Remarks
For more information about the element, see Android's documentation: ActivityAlias element
Constructors
Constructor | Description |
|---|---|
| ActivityAlias() | Element constructor. |
| ActivityAlias(Unity.Android.Gradle.Manifest.ActivityAlias) | Element constructor. |
Properties
Property | Description |
|---|---|
| Attributes | The attributes container for the |
| IntentFilterList | List of |
| MetaDataList | List of |
Methods
Method | Description |
|---|---|
| AddMetaDataResource | Adds a |
| AddMetaDataValue | Adds a |
| GetLauncherIntentFilter | Gets the |
Classes
Class | Description |
|---|---|
| ActivityAlias.AttributesContainer | The attributes container for the |