Метод PickerBuilder.addView
Добавьте представление на панель навигации.
Подпись
addView(viewOrViewId: DocsView|DocsUploadView|ViewId): PickerBuilder;
Подробности
Необязательный | Нет |
---|
Финал | Нет |
---|
Защищено | Нет |
---|
Статический | Нет |
---|
Параметры
Возврат
PickerBuilder
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-12 UTC.
[null,null,["Последнее обновление: 2024-11-12 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."]]],[]]