Class: SenderApplication

  • 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.

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.