MediaController.Callback.OnQueueTitleChanged Method

Definition

Overloads

OnQueueTitleChanged(ICharSequence)

Override to handle changes to the queue title.

OnQueueTitleChanged(String)

Override to handle changes to the queue title.

OnQueueTitleChanged(ICharSequence)

Override to handle changes to the queue title.

[Android.Runtime.Register("onQueueTitleChanged", "(Ljava/lang/CharSequence;)V", "GetOnQueueTitleChanged_Ljava_lang_CharSequence_Handler")]
public virtual void OnQueueTitleChanged (Java.Lang.ICharSequence? title);
[<Android.Runtime.Register("onQueueTitleChanged", "(Ljava/lang/CharSequence;)V", "GetOnQueueTitleChanged_Ljava_lang_CharSequence_Handler")>]
abstract member OnQueueTitleChanged : Java.Lang.ICharSequence -> unit
override this.OnQueueTitleChanged : Java.Lang.ICharSequence -> unit

Parameters

title
ICharSequence

The title that should be displayed along with the play queue such as "Now Playing". May be null if there is no such title.

Attributes

Remarks

Override to handle changes to the queue title.

Java documentation for android.media.session.MediaController.Callback.onQueueTitleChanged(java.lang.CharSequence).

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

OnQueueTitleChanged(String)

Override to handle changes to the queue title.

public void OnQueueTitleChanged (string? title);
member this.OnQueueTitleChanged : string -> unit

Parameters

title
String

The title that should be displayed along with the play queue such as "Now Playing". May be null if there is no such title.

Remarks

Override to handle changes to the queue title.

Java documentation for android.media.session.MediaController.Callback.onQueueTitleChanged(java.lang.CharSequence).

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