Class: ApplicationMetadata

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-09-18 UTC.