[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["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"]]