ऐप्लिकेशन के बारे में जानकारी देने वाली उपलब्ध इमेज.
showStop
nullable boolean
उपयोगकर्ता को ऐप्लिकेशन बंद करने का विकल्प दिया जाता है या नहीं.
डिफ़ॉल्ट वैल्यू शून्य होती है. इसका मतलब है कि एक्सटेंशन, कस्टम रिसीवर के लिए डिफ़ॉल्ट वैल्यू चुनता है और DIAL रिसीवर के लिए DELETE की उपलब्धता तय करता है.
|true| का मतलब है कि उपयोगकर्ता, ऐप्लिकेशन को बंद करने का अनुरोध कर सकता है और
|false| का मतलब है कि वे ऐसा नहीं कर सकते.
statusText
स्ट्रिंग
ऐप्लिकेशन के मौजूदा कॉन्टेंट की जानकारी देने वाला टेक्स्ट, जैसे कि “मेरी शादी का स्लाइड शो”.
[[["समझने में आसान है","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\u003echrome.cast.ReceiverDisplayStatus\u003c/code\u003e provides status information about a Cast receiver, primarily for custom receivers, for display in the extension UI.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003estatusText\u003c/code\u003e (text description of the status), \u003ccode\u003eappImages\u003c/code\u003e (images related to the app), and \u003ccode\u003eshowStop\u003c/code\u003e (whether the user can stop the application).\u003c/p\u003e\n"],["\u003cp\u003eThe constructor takes \u003ccode\u003estatusText\u003c/code\u003e and \u003ccode\u003eappImages\u003c/code\u003e as arguments to initialize the status object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eappImages\u003c/code\u003e is an array of \u003ccode\u003echrome.cast.Image\u003c/code\u003e objects, while \u003ccode\u003eshowStop\u003c/code\u003e is a boolean indicating user control over stopping the application, defaulting to the extension's or receiver's behavior if null.\u003c/p\u003e\n"]]],[],null,[]]