AI-generated Key Takeaways
-
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.
cast.framework. ApplicationMetadata
Cast application metadata.
Constructor
ApplicationMetadata
new ApplicationMetadata(sessionObj)
Parameter |
|
---|---|
sessionObj |
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.