Dữ liệu dành riêng cho ứng dụng của yêu cầu này. Phương thức này giúp người gửi và người nhận dễ dàng mở rộng giao thức truyền thông mà không phải sử dụng không gian tên mới với các thông báo tuỳ chỉnh.
Một số để đồng bộ hoá tất cả các lệnh trong hàng đợi.
Nếu được cung cấp cho một lệnh trong hàng đợi, SDK sẽ xác minh số thứ tự mới nhất của hàng đợi khớp với yêu cầu.
Hiện tạiseqNumber được cung cấp như một phần của các thông báo đã thay đổi trong hàng đợi gửi đi.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2023-12-02 UTC."],[[["`GetItemsInfoRequestData` is a class used to request information about specific media items, identified by their `itemIds`."],["It inherits properties like `customData`, `mediaSessionId`, `requestId`, and `sequenceNumber` from the `cast.framework.messages.RequestData` class for managing request context and application-specific data."],["The constructor requires an array of `itemIds` representing the media items for which information is sought."],["`GetItemsInfoRequestData` facilitates communication within the Cast framework, enabling senders to request and receivers to provide details about media items."]]],["`GetItemsInfoRequestData` is a class for requesting information about specific items. It's constructed with a mandatory array of `itemIds`. The class includes `customData` for application-specific extensions. It inherits `mediaSessionId`, `requestId`, and `sequenceNumber` for managing and synchronizing requests. The `itemIds` is a list of numbers, and the class facilitates communication between the sender and receiver to enhance the media protocol. It can retrieve specific media information based on the requested IDs.\n"]]