[[["わかりやすい","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-25 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)"]]