MediaSession.SetQueueTitle 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
SetQueueTitle(ICharSequence) |
Set the title of the play queue. |
SetQueueTitle(String) |
Set the title of the play queue. |
SetQueueTitle(ICharSequence)
Set the title of the play queue.
[Android.Runtime.Register("setQueueTitle", "(Ljava/lang/CharSequence;)V", "")]
public void SetQueueTitle (Java.Lang.ICharSequence? title);
[<Android.Runtime.Register("setQueueTitle", "(Ljava/lang/CharSequence;)V", "")>]
member this.SetQueueTitle : Java.Lang.ICharSequence -> unit
Parameters
- title
- ICharSequence
The title of the play queue.
- Attributes
Remarks
Set the title of the play queue. The UI should display this title along with the play queue itself. e.g. "Play Queue", "Now Playing", or an album name.
Java documentation for android.media.session.MediaSession.setQueueTitle(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
SetQueueTitle(String)
Set the title of the play queue.
public void SetQueueTitle (string? title);
member this.SetQueueTitle : string -> unit
Parameters
- title
- String
The title of the play queue.
Remarks
Set the title of the play queue. The UI should display this title along with the play queue itself. e.g. "Play Queue", "Now Playing", or an album name.
Java documentation for android.media.session.MediaSession.setQueueTitle(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.