BaseElement
Abstract base class for all existing Android manifest elements.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
- Implements: ICloneable
public class BaseElement : ICloneable
Properties
Property | Description |
|---|---|
| CustomElements | Custom child elements. |
Methods
Method | Description |
|---|---|
| AddCustomElement | Adds a new element as a child. |
| GetAllAttributes | Gets all attributes on this element. |
| GetCustomAttribute | Gets a custom attribute by attribute name. |
| GetID | Gets the unique ID of the element. |
| GetName | Gets the element name. |
| GetUniqueName | Gets a unique name of the element. |
| Remove | Removes this element from the file. |
| RemoveCustomAttribute | Removes a custom attribute by name. |
| ResolveConflict | Resolve a conflict if element was already modified by another script. |
| SetCustomAttribute | Sets a custom attribute with name and value. |