MediaRoute2Info.Features Property

Definition

Gets the supported features of the route.

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

Property Value

Attributes

Remarks

Gets the supported features of the route.

Java documentation for android.media.MediaRoute2Info.getFeatures().

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