MediaController.Callback.OnQueueChanged 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.
Override to handle changes to items in the queue.
[Android.Runtime.Register("onQueueChanged", "(Ljava/util/List;)V", "GetOnQueueChanged_Ljava_util_List_Handler")]
public virtual void OnQueueChanged (System.Collections.Generic.IList<Android.Media.Session.MediaSession.QueueItem>? queue);
[<Android.Runtime.Register("onQueueChanged", "(Ljava/util/List;)V", "GetOnQueueChanged_Ljava_util_List_Handler")>]
abstract member OnQueueChanged : System.Collections.Generic.IList<Android.Media.Session.MediaSession.QueueItem> -> unit
override this.OnQueueChanged : System.Collections.Generic.IList<Android.Media.Session.MediaSession.QueueItem> -> unit
Parameters
- queue
- IList<MediaSession.QueueItem>
A list of items in the current play queue. It should include the currently playing item as well as previous and upcoming items if applicable.
- Attributes
Remarks
Override to handle changes to items in the queue.
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.