public static interface ConsecutiveTapsGestureDetector.OnConsecutiveTapsListener
Modifier and Type | Method and Description |
---|---|
void |
onConsecutiveTaps(int numOfConsecutiveTaps)
Callback method when the user tapped on the target view X number of times.
|