public abstract static class AccessibilityService.GestureResultCallback extends Object
Constructor and Description |
---|
GestureResultCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onCancelled(GestureDescription gestureDescription)
Called when the gesture was cancelled
|
void |
onCompleted(GestureDescription gestureDescription)
Called when the gesture has completed successfully
|
public void onCompleted(GestureDescription gestureDescription)
gestureDescription
- The description of the gesture that completed.public void onCancelled(GestureDescription gestureDescription)
gestureDescription
- The description of the gesture that was cancelled.