This version of Unity is unsupported.

BaseElement.GetCustomAttribute

Declaration

public Unity.Android.Gradle.Manifest.BaseAttribute GetCustomAttribute(string name);

Parameters

name Attribute name.

Returns

BaseAttribute The custom attribute with the given name when one exists. Otherwise, returns null.

Description

Gets a custom attribute by attribute name.