MediaRouter.RouteInfo.NameFormatted Property

Definition

Gets the user-visible name of the route.

public virtual Java.Lang.ICharSequence NameFormatted { [Android.Runtime.Register("getName", "()Ljava/lang/CharSequence;", "GetGetNameHandler")] get; }
[<get: Android.Runtime.Register("getName", "()Ljava/lang/CharSequence;", "GetGetNameHandler")>]
member this.NameFormatted : Java.Lang.ICharSequence

Property Value

The user-visible name of a media route. This is the string presented to users who may select this as the active route.

Attributes

Remarks

Gets the user-visible name of the route.

The route name identifies the destination represented by the route. It may be a user-supplied name, an alias, or device serial number.

Java documentation for android.media.MediaRouter.RouteInfo.getName().

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