Method PickerBuilder.addView
Add a view to the navigation pane.
Signature
addView(viewOrViewId: DocsView|DocsUploadView|ViewId): PickerBuilder;
Details
Optional |
No |
Final |
No |
Protected |
No |
Static |
No |
Parameters
Returns
PickerBuilder
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 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."]]],[]]