MediaController.TransportControls.SkipToQueueItem(Int64) Method

Definition

Play an item with a specific id in the play queue.

[Android.Runtime.Register("skipToQueueItem", "(J)V", "")]
public void SkipToQueueItem (long id);
[<Android.Runtime.Register("skipToQueueItem", "(J)V", "")>]
member this.SkipToQueueItem : int64 -> unit

Parameters

id
Int64
Attributes

Remarks

Play an item with a specific id in the play queue. If you specify an id that is not in the play queue, the behavior is undefined.

Java documentation for android.media.session.MediaController.TransportControls.skipToQueueItem(long).

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