PlaybackState.CustomAction.NameFormatted Property

Definition

Returns the display name of this action.

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

Property Value

The display name of this CustomAction.

Attributes

Remarks

Returns the display name of this action. e.g. "Favorite"

Java documentation for android.media.session.PlaybackState.CustomAction.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