Class: ApplicationData

  • The cast.framework.ui.ApplicationData class provides data about a running or remote-controlled application.

  • It includes properties such as the application's name, icon URL, group name, and whether it's being used as a remote control.

  • The constructor allows creating new ApplicationData objects with these details.

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.