Méthode PickerBuilder.addView
Ajoutez une vue au volet de navigation.
Signature
addView(viewOrViewId: DocsView|DocsUploadView|ViewId): PickerBuilder;
Détails
Facultatif |
Non |
Finale |
Non |
Protégée |
Non |
Statique |
Non |
Paramètres
Renvoie
PickerBuilder
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/11/09 (UTC).
[null,null,["Dernière mise à jour le 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 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."]]],[]]