مجموعه ای از تصاویر موجود که برنامه را توصیف می کنند.
showStop
بولی پوچ
این که آیا انتخابی برای توقف برنامه به کاربر پیشنهاد می شود.
مقدار پیشفرض null است، به این معنی که برنامه افزودنی یک پیشفرض برای گیرندههای CUSTOM انتخاب میکند و در دسترس بودن DELETE را برای گیرندههای DIAL تشخیص میدهد. |درست| یعنی کاربر می تواند درخواست توقف برنامه و |false| را بدهد یعنی نمی توانند
وضعیت متن
رشته
متن توصیفی برای محتوای برنامه فعلی، به عنوان مثال "نمایش اسلاید عروسی من".
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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,["# Class: ReceiverDisplayStatus\n\nchrome.[cast](/cast/docs/reference/web_sender/chrome.cast).ReceiverDisplayStatus\n================================================================================\n\nclass static\n\nReceiver status shown to the user in the extension UI.\nOnly valid for CUSTOM receivers.\n\nConstructor\n-----------\n\n### ReceiverDisplayStatus\n\nnew\nReceiverDisplayStatus(statusText, appImages)\n\n| #### Parameter ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| statusText | string Description of current application status in plain text, for example, name of the content being shown. |\n| appImages | Array of non-null [chrome.cast.Image](/cast/docs/reference/web_sender/chrome.cast.Image) Images associated with the app. Value must not be null. |\n\nProperties\n----------\n\n### appImages\n\nnon-null Array of non-null [chrome.cast.Image](/cast/docs/reference/web_sender/chrome.cast.Image)\n\nArray of images available describing the application.\n\n### showStop\n\nnullable boolean\n\nWhether the user is offered the choice to stop the application.\n\nThe default value is null, which means extension chooses a default for\nCUSTOM receivers, and detect DELETE availability for DIAL receivers.\n\\|true\\| means the user can request to stop the application and\n\\|false\\| means they cannot.\n\n### statusText\n\nstring\n\nDescriptive text for the current application content, for example \"My\nWedding Slideshow\"."]]