পদ্ধতি PickerBuilder.addView
নেভিগেশন ফলকে একটি দৃশ্য যোগ করুন।
স্বাক্ষর
addView(viewOrViewId: DocsView|DocsUploadView|ViewId): PickerBuilder;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | না |
---|
পরামিতি
রিটার্নস
PickerBuilder
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-09 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-09 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `addView` method allows you to incorporate a DocsView, DocsUploadView, or ViewId into the navigation pane of the Picker."],["This method is a non-final, non-protected, and non-static instance method of the PickerBuilder class."],["`viewOrViewId` is a required parameter specifying the view to be added and accepts DocsView, DocsUploadView, or ViewId types."],["Utilizing `addView` returns an instance of the PickerBuilder, enabling method chaining for further customization."]]],[]]