Представляет сообщение данных, содержащее полный список идентификаторов очереди.
Конструктор
Идентификаторы очередей
новые идентификаторы очередей()
Характеристики
идентификаторы предметов
(ненулевой Массив чисел или неопределенный)
Список идентификаторов элементов очереди.
идентификатор запроса
(число или неопределенное)
Соответствующий идентификатор запроса.
Последовательность чисел
(число или неопределенное)
Последний идентификатор последовательности изменения очереди. Используется для координации синхронизации состояний между различными отправителями и получателем.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003e\u003ccode\u003ecast.framework.messages.QueueIds\u003c/code\u003e is a class representing a data message with a list of queue IDs.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for item IDs (\u003ccode\u003eitemIds\u003c/code\u003e), request ID (\u003ccode\u003erequestId\u003c/code\u003e), sequence number (\u003ccode\u003esequenceNumber\u003c/code\u003e), and message type (\u003ccode\u003etype\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esequenceNumber\u003c/code\u003e property helps synchronize state between senders and the receiver.\u003c/p\u003e\n"]]],["The `QueueIds` class represents a data message containing queue information. It includes three key properties: `itemIds`, an array of queue item identifiers; `requestId`, the associated request identifier; and `sequenceNumber`, used for synchronizing queue state across senders and the receiver. It also includes a property `type` which is a messageType. The class constructor is `QueueIds()` and is used to create a new instance of the class.\n"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).QueueIds \nclass static\n\nRepresents a data message containing the full list of queue IDs.\n\nConstructor\n\nQueueIds\n\nnew\nQueueIds()\n\nProperties\n\nitemIds\n\n(non-null Array of number or undefined)\n\nThe list of queue item IDs.\n\nrequestId\n\n(number or undefined)\n\nThe corresponding request ID.\n\nsequenceNumber\n\n(number or undefined)\n\nThe latest queue change sequence ID. Used to coordinate state\nsynchronization between various senders and the receiver.\n\ntype\n\nnon-null [cast.framework.messages.MessageType](/cast/docs/reference/web_receiver/cast.framework.messages#.MessageType)"]]