Language

RoutingSessionInfo.Builder.RemoveTransferableRoute(String) Method

Definition

Removes a route from the transferable routes.

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

Parameters

routeId
String

Returns

Attributes

Remarks

Removes a route from the transferable routes. The routeId must not be empty.

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

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