इस अनुरोध के लिए ऐप्लिकेशन का खास डेटा. इसकी मदद से, भेजने वाले और पाने वाले,
मीडिया प्रोटोकॉल को आसानी से बढ़ा सकते हैं. इसके लिए, कस्टम मैसेज के लिए नए
नेमस्पेस का इस्तेमाल करने की ज़रूरत नहीं होती.
इस संख्या को सूची के सभी निर्देशों को सिंक किया जाना है.
अगर क्यू के लिए निर्देश दिया जाता है, तो SDK टूल, अनुरोध से मेल खाने वाले सूची के सबसे नए क्रम की संख्या की पुष्टि करेगा.
मौजूदा क्रम संख्या, आउटगोइंग सूची में बदले गए
मैसेज के हिस्से के रूप में दी जाती है.
[[["समझने में आसान है","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"]],["आखिरी बार 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"]]