[[["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."],[[["This function, `isVisible()`, returns a boolean value that indicates whether the `Picker` is currently visible."],["`isVisible()` is a public method and not static, meaning it needs to be called on an instance of the `Picker` class."]]],["The `isVisible()` function determines the visibility status of a `Picker`. It returns a boolean value, indicating whether the `Picker` is currently visible or not. This method is neither optional, final, protected, nor static. The output will be a true/false value.\n"]]