class in Unity.Android.Gradle.Manifest
/
Implemented in:Unity.Android.Gradle
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseA list of Android manifest elements.
Count | Gets the number of elements contained in the list. |
this[int] | Access ElementsList elements by index. |
AddElement | Adds an element to the end of the list. |
AddElementsRange | Adds the elements of the specified collection to the end of the list. |
Clear | Removes all the elements from the list. |
GetElement | Gets an element from the list. |
GetEnumerator | Returns an enumerator that iterates through the list. |
RemoveElement | Removes a child element by id. |