[[["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-06-26 UTC."],[],["The `TwistGestureRecognizer` class detects two-finger twist motions on a touchscreen. It includes an `OnGestureStartedListener` interface for twist start callbacks. Key actions involve creating the recognizer with `GesturePointersUtility`, using `tryCreateGestures` to initiate gesture recognition based on `HitTestResult` and `MotionEvent`. Inherited methods manage adding/removing listeners and touch input. `BaseGestureRecognizer` class also contains useful methods like `onTouch` and `addOnGestureStartedListener`.\n"]]