Class: SenderApplication

  • chrome.cast.SenderApplication describes a sender application and is normally not created by the client.

  • The constructor for SenderApplication takes a platform parameter of type chrome.cast.SenderPlatform.

  • SenderApplication has properties including packageId (nullable string), platform (non-null chrome.cast.SenderPlatform), and url (nullable string).

Constructor

SenderApplication

new SenderApplication(platform)

Parameter

platform

chrome.cast.SenderPlatform

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.