[[["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 `PinchGestureRecognizer` class detects two-finger pinch motions on a touchscreen. It utilizes `GesturePointersUtility` for gesture tracking and `HitTestResult` and `MotionEvent` to process touch events. Key actions include creating gestures via `tryCreateGestures`, adding or removing listeners for gesture start events using `addOnGestureStartedListener` and `removeOnGestureStartedListener` and processing touch input via `onTouch`. It also manages a list of gestures, and interfaces with the `OnGestureStartedListener` to trigger callbacks when a pinch starts.\n"]]