[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-10-30 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"]]