Metode PickerBuilder.addView
Menambahkan tampilan ke panel navigasi.
Tanda Tangan
addView(viewOrViewId: DocsView|DocsUploadView|ViewId): PickerBuilder;
Detail
Opsional |
Tidak |
Final |
Tidak |
Dengan kontrasepsi |
Tidak |
Statis |
Tidak |
Parameter
Hasil
PickerBuilder
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-09 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]