Language

RoutingSessionInfo.Builder.SetName Method

Definition

Overloads

Name Description
SetName(ICharSequence)

Sets the user-visible name of the session.

SetName(String)

SetName(ICharSequence)

Sets the user-visible name of the session.

[Android.Runtime.Register("setName", "(Ljava/lang/CharSequence;)Landroid/media/RoutingSessionInfo$Builder;", "", ApiSince=30)]
public Android.Media.RoutingSessionInfo.Builder SetName(Java.Lang.ICharSequence? name);
[<Android.Runtime.Register("setName", "(Ljava/lang/CharSequence;)Landroid/media/RoutingSessionInfo$Builder;", "", ApiSince=30)>]
member this.SetName : Java.Lang.ICharSequence -> Android.Media.RoutingSessionInfo.Builder

Parameters

Returns

Attributes

Remarks

Sets the user-visible name of the session.

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

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

SetName(String)

public Android.Media.RoutingSessionInfo.Builder SetName(string? name);
member this.SetName : string -> Android.Media.RoutingSessionInfo.Builder

Parameters

name
String

Returns

Applies to