تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `cast.framework.ui.ApplicationData` class provides static data about the currently running application or a remote controlled application."],["It includes properties like `name`, `iconUrl`, `groupName`, `isRemoteControl`, and `isActiveGroupPlayback` to describe the application."],["You can create a new `ApplicationData` object using its constructor by providing the necessary information."],["The properties allow you to access details such as application name, icon URL, audio group name, and whether it's a remote control or active in group playback."]]],["The `ApplicationData` class provides information about a running application, including a remote-controlled one. It has properties for the application's `name`, `iconUrl`, and `groupName` (for audio groups). Additionally, it indicates whether the application `isRemoteControl` and `isActiveGroupPlayback`. The constructor `ApplicationData` initializes these properties using string and boolean parameters for application name, icon URL, group name, remote control status, and active group playback, respectively.\n"]]