الطريقة PickerBuilder.addView
أضِف طريقة عرض إلى مساحة الروابط.
التوقيع
addView(viewOrViewId: DocsView|DocsUploadView|ViewId): PickerBuilder;
التفاصيل
اختياري |
لا |
النهائي |
لا |
الحماية |
لا |
ثابت |
لا |
المعلمات
المرتجعات
PickerBuilder
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]