Language

RoutingSessionInfo.Builder.AddSelectableRoute(String) Method

Definition

Adds a route to the selectable routes.

[Android.Runtime.Register("addSelectableRoute", "(Ljava/lang/String;)Landroid/media/RoutingSessionInfo$Builder;", "", ApiSince=30)]
public Android.Media.RoutingSessionInfo.Builder AddSelectableRoute(string routeId);
[<Android.Runtime.Register("addSelectableRoute", "(Ljava/lang/String;)Landroid/media/RoutingSessionInfo$Builder;", "", ApiSince=30)>]
member this.AddSelectableRoute : string -> Android.Media.RoutingSessionInfo.Builder

Parameters

routeId
String

Returns

Attributes

Remarks

Adds a route to the selectable routes. The routeId must not be empty.

Android reference for android.media.RoutingSessionInfo.Builder.addSelectableRoute.

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