Language

RoutingSessionInfo.Builder.AddDeselectableRoute(String) Method

Definition

Adds a route to the deselectable routes.

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

Parameters

routeId
String

Returns

Attributes

Remarks

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

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

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