[[["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 `BaseArFragment.OnTapArPlaneListener` interface is invoked when an ARCore plane is tapped, providing a callback method `onTapPlane`. This method receives three parameters: `HitResult`, detailing the tap location; `Plane`, specifying the tapped ARCore plane; and `MotionEvent`, indicating the tap event. This callback occurs only when no `Node` is tapped. `setOnTapArPlaneListener` method is used to manage this listener.\n"]]