পদ্ধতি PickerBuilder.setDeveloperKey
Google Developers Console থেকে প্রাপ্ত ব্রাউজার API কী সেট করে। কিভাবে ব্রাউজার API কী পেতে হয় তার বিস্তারিত জানার জন্য বিকাশকারীর নির্দেশিকা দেখুন।
স্বাক্ষর
setDeveloperKey(key: string): PickerBuilder;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | না |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
key | string | না | |
রিটার্নস
PickerBuilder
,
Google Developers Console থেকে প্রাপ্ত ব্রাউজার API কী সেট করে। কিভাবে ব্রাউজার API কী পেতে হয় তার বিস্তারিত জানার জন্য বিকাশকারীর নির্দেশিকা দেখুন।
স্বাক্ষর
setDeveloperKey(key: string): PickerBuilder;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | না |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
key | string | না | |
রিটার্নস
PickerBuilder
,
Google Developers Console থেকে প্রাপ্ত ব্রাউজার API কী সেট করে। কিভাবে ব্রাউজার API কী পেতে হয় তার বিস্তারিত জানার জন্য বিকাশকারীর নির্দেশিকা দেখুন।
স্বাক্ষর
setDeveloperKey(key: string): PickerBuilder;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | না |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
key | string | না | |
রিটার্নস
PickerBuilder
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Allows developers to configure the Picker by setting the Browser API key obtained from the Google Developers Console."],["Requires a mandatory `key` parameter of type `string`, representing the Browser API key."],["Returns a `PickerBuilder` instance for further customization and building of the Picker widget."],["This method is not optional, final, protected, or static."],["Refer to the Developer's Guide for instructions on obtaining the Browser API key."]]],["This document describes the `setDeveloperKey` function, which configures the Browser API key for a service, sourced from the Google Developers Console. The function accepts a mandatory string parameter, `key`, representing the API key. It's a non-static, non-protected, non-final method with no optional parameters. Calling `setDeveloperKey` returns a `PickerBuilder` object, allowing for method chaining. Obtaining the API key is detailed in the Developer's Guide.\n"]]