Class: ApplicationMetadata

  • The ApplicationMetadata class provides information about a Cast application.

  • It includes the application's ID, name, associated images, and supported namespaces.

  • The constructor requires session data as a parameter.

Constructor

ApplicationMetadata

new ApplicationMetadata(sessionObj)

Parameter

sessionObj

chrome.cast.Session

Session data.

Value must not be null.

Properties

applicationId

string

The application's id.

images

non-null Array of non-null chrome.cast.Image

A list of images associated with the app.

name

string

Application's human-readable name.

namespaces

non-null Array of string

A list of the namespaces supported by the receiver application.