PictureInPictureParams.SubtitleFormatted Property

Definition

Returns the subtitle of the picture-in-picture window that may be displayed to the user.

public Java.Lang.ICharSequence? SubtitleFormatted { [Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "", ApiSince=33)>]
member this.SubtitleFormatted : Java.Lang.ICharSequence

Property Value

subtitle of the picture-in-picture window.

Attributes

Remarks

Returns the subtitle of the picture-in-picture window that may be displayed to the user.

Java documentation for android.app.PictureInPictureParams.getSubtitle().

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