[[["সহজে বোঝা যায়","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-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `setTitle` method is used to set the title of the dialog."],["This method accepts one argument, `title`, which is a string representing the dialog's title."],["`setTitle` is a method of the `PickerBuilder` class and returns an instance of `PickerBuilder`, allowing for method chaining."],["It is neither optional, final, protected, nor static."]]],["The `setTitle` method, part of the `PickerBuilder`, sets the dialog title. It requires a `string` parameter named `title`. This method is neither optional, final, protected, nor static. It takes the title as input and returns a `PickerBuilder` object. There are no optional parameters. The input type for title must be a string.\n"]]