Class: ApplicationData

  • cast.framework.system.ApplicationData provides metadata about a launched application.

  • It includes properties such as iconUrl, id, launchedFrom, launchingSenderId, name, namespaces, and sessionId.

  • This class can be instantiated using its constructor.

Constructor

ApplicationData

new ApplicationData()

Properties

iconUrl

string

The application image set in Cast Developer Console.

id

string

The application ID.

launchedFrom

non-null cast.framework.system.LaunchedFrom

Indicates where the app was launched from.

launchingSenderId

string

The ID of the sender that launched the application.

name

string

The application name.

namespaces

non-null Array of string

The namespaces used by the application.

sessionId

number

The session ID.