AI-generated Key Takeaways
-
Describes a sender application and its properties, including platform, package ID, and URL.
-
SenderApplication objects are typically not created directly by the client.
-
Includes a constructor that takes the sender platform as an argument.
chrome.cast. SenderApplication
Describes a sender application. Normally, these objects should not be created by the client.
Constructor
SenderApplication
new SenderApplication(platform)
Parameter |
|
---|---|
platform |
Value must not be null. |
Properties
packageId
nullable string
The identifier or URL for the application in the respective platform's app store.
platform
non-null chrome.cast.SenderPlatform
The supported platform.
url
nullable string
URL or intent to launch the application.