Contents

updatedQueue

An action that represents a nonspecific change to the queue.

Declaration

static let updatedQueue: GroupSessionEvent.Action

Discussion

Use this action when the other action types don’t accurately describe the change you made to the queue. If you can specify the change using a GroupSessionEvent.Action.QueueChange type, use the updatedQueue(_:) method instead.

See Also

Getting change-related actions