Предлагается ли пользователю возможность остановить приложение.
Значение по умолчанию равно нулю, что означает, что расширение выбирает значение по умолчанию для ПОЛЬЗОВАТЕЛЬСКИХ получателей и определяет доступность DELETE для получателей DIAL. |правда| означает, что пользователь может запросить остановку приложения и |false| значит, не могут.
статустекст
нить
Описательный текст текущего содержимого приложения, например «Слайд-шоу «Моя свадьба».
[[["Прост для понимания","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"]],["Последнее обновление: 2024-10-30 UTC."],[[["`chrome.cast.ReceiverDisplayStatus` provides status information about a Cast receiver, primarily for custom receivers, for display in the extension UI."],["It includes properties like `statusText` (text description of the status), `appImages` (images related to the app), and `showStop` (whether the user can stop the application)."],["The constructor takes `statusText` and `appImages` as arguments to initialize the status object."],["`appImages` is an array of `chrome.cast.Image` objects, while `showStop` is a boolean indicating user control over stopping the application, defaulting to the extension's or receiver's behavior if null."]]],[]]