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 not optional, final, protected, or static, offering flexibility in its implementation."],["It accepts a `viewOrViewId` parameter, which can be one of the specified view types, to determine the content added to the navigation."],["Upon adding the view, the method returns a PickerBuilder instance, enabling further customization of the Picker's configuration."]]],[]]