Stay organized with collections
Save and categorize content based on your preferences.
Set the callback method. This method is called when the user selects items or
cancels. The callback method receives a single callback object. The structure
of the callback object is described in the
JSON Guide.
[[["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 `setCallback` method allows you to define a function that will be executed when the user interacts with the picker, either by selecting items or canceling the operation."],["This callback function receives a `ResponseObject` which contains information about the user's selections or cancellation, as detailed in the JSON Guide."],["The `setCallback` method is a non-final, non-protected, non-static method that is part of the `PickerBuilder` and it's not optional."]]],[]]