[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2023-12-02 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"]]