MediaDescription.DescriptionFormatted Property

Definition

Returns a description suitable for display or null.

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

Property Value

A description or null.

Attributes

Remarks

Returns a description suitable for display or null.

Java documentation for android.media.MediaDescription.getDescription().

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