[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]