Method PickerBuilder.build
Construct the Picker object.
Signature
build(): Picker;
Details
Optional |
No |
Final |
No |
Protected |
No |
Static |
No |
Returns
Picker
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["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"]]