Class: QueueIds

  • The cast.framework.messages.QueueIds class represents a data message containing a full list of queue IDs.

  • Instances of this class can be created using the new QueueIds() constructor.

  • Key properties include itemIds (an array of queue item IDs), requestId (the corresponding request ID), sequenceNumber (for state synchronization), and type (the message type).

Constructor

QueueIds

new QueueIds()

Properties

itemIds

(non-null Array of number or undefined)

The list of queue item IDs.

requestId

(number or undefined)

The corresponding request ID.

sequenceNumber

(number or undefined)

The latest queue change sequence ID. Used to coordinate state synchronization between various senders and the receiver.

type

non-null cast.framework.messages.MessageType