Contents

GroupSessionEvent.Action.QueueChange

A type that describes a modification to the playback queue.

Declaration

struct QueueChange

Overview

Use this type to inform the participant about changes to the playback queue associated with the current activity. Your app manages the queue, along with any additions or changes. You use this type to communicate those changes back to the participant using the system UI.

When a change occurs, configure this type with information about the change, and wrap it in a GroupSessionEvent.Action type. Pass the action to the showNotice(_:) method to display the change to the participant.

Topics

Specifying the type of change

Getting the changed item

See Also

Getting change-related actions