[null,null,["Последнее обновление: 2024-10-30 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"]]