AI-generated Key Takeaways
- 
          chrome.cast.SenderApplication describes a sender application and is normally not created by the client. 
- 
          The constructor for SenderApplication takes a platformparameter of type chrome.cast.SenderPlatform.
- 
          SenderApplication has properties including packageId(nullable string),platform(non-null chrome.cast.SenderPlatform), andurl(nullable string).
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.