Class Picker
Picker
is the top level object representing the UI action with the user.
These objects are not created directly, but instead use the PickerBuilder
class.
Signature
export class Picker
Details
Methods
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 `Picker` object, built using `PickerBuilder`, represents the UI for user interaction."],["It offers methods to control visibility, dispose of the object, set callbacks for user selections or cancellations, and handle cross-domain issues with a relay URL."],["The `Picker`'s visibility state can be checked using the `isVisible()` method."]]],[]]