MediaController.TransportControls.SkipToQueueItem(Int64) 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.
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.
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.