Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],[]]