[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`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"]]