Class: ApplicationData

  • ApplicationData provides metadata about the launched Cast application, such as its name, ID, icon, and namespaces.

  • This class also reveals the application's launch origin (launchedFrom), the sender's ID (launchingSenderId), and the current session ID.

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.