CapabilityParams.Aliases Property

Definition

Returns the aliases of the values in ths parameter.

public System.Collections.Generic.IList<string> Aliases { [Android.Runtime.Register("getAliases", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getAliases", "()Ljava/util/List;", "", ApiSince=33)>]
member this.Aliases : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Returns the aliases of the values in ths parameter. Returns an empty list if there are no aliases.

Java documentation for android.content.pm.CapabilityParams.getAliases().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to