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 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."]]],[]]