RoutingSessionInfo.SelectableRoutes Property

Definition

Gets the list of IDs of selectable routes for the session.

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

Property Value

Attributes

Remarks

Gets the list of IDs of selectable routes for the session.

Java documentation for android.media.RoutingSessionInfo.getSelectableRoutes().

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