[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`chrome.cast.DialRequest` is a class used to initiate a request for launching a DIAL app."],["It requires the `appName` and optionally accepts a `launchParameter` to be passed to the DIAL receiver."],["The `appName` property represents the name of the DIAL application to be launched."],["`launchParameter`, if provided, is sent as POST data to the DIAL receiver application URL."]]],["The core content defines the `DialRequest` class for starting a DIAL app. It specifies a constructor `DialRequest` that takes two parameters: `appName`, a string representing the DIAL app's name, and an optional `launchParameter`, a string for passing data to the receiver application. The class also has two properties, `appName` (DIAL app name) and `launchParameter` (data passed to the receiver).\n"]]