MediaController.Callback.OnQueueTitleChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
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.