Method PickerBuilder.build
أنشئ عنصر Picker.
التوقيع
build(): Picker;
التفاصيل
اختياري |
لا |
النهائي |
لا |
الحماية |
لا |
ثابت |
لا |
المرتجعات
Picker
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `build()` method is used to construct the `Picker` object."],["It's an instance method that's neither final, protected, nor static."],["Upon successful execution, it returns an instance of the `Picker` class, as documented in the linked resource."]]],["The core content details the `build()` method for constructing a `Picker` object. This method, which is neither optional, final, protected, nor static, returns an instance of `Picker`, as indicated by the return type: `[Picker](./picker.picker.md)`. The method's function is solely to create and return this Picker object.\n"]]