Class: ApplicationData

  • 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.

Constructor

ApplicationData

new ApplicationData(name, iconUrl, groupName, isRemoteControl, isActiveGroupPlayback)

Parameter

name

string

iconUrl

string

groupName

Optional

string

isRemoteControl

Optional

boolean

isActiveGroupPlayback

Optional

boolean

Properties

groupName

string

Name of audio group for running app.

iconUrl

string

Application icon URL.

isRemoteControl

boolean

Whether application is running as a remote control to another playback receiver.

name

string

Application Name.