AccessibilityService.GestureResultCallback.OnCancelled Method

Definition

Called when the gesture was cancelled

[Android.Runtime.Register("onCancelled", "(Landroid/accessibilityservice/GestureDescription;)V", "GetOnCancelled_Landroid_accessibilityservice_GestureDescription_Handler", ApiSince=24)]
public virtual void OnCancelled (Android.AccessibilityServices.GestureDescription? gestureDescription);
[<Android.Runtime.Register("onCancelled", "(Landroid/accessibilityservice/GestureDescription;)V", "GetOnCancelled_Landroid_accessibilityservice_GestureDescription_Handler", ApiSince=24)>]
abstract member OnCancelled : Android.AccessibilityServices.GestureDescription -> unit
override this.OnCancelled : Android.AccessibilityServices.GestureDescription -> unit

Parameters

gestureDescription
GestureDescription

The description of the gesture that was cancelled.

Attributes

Remarks

Called when the gesture was cancelled

Java documentation for android.accessibilityservice.AccessibilityService.GestureResultCallback.onCancelled(android.accessibilityservice.GestureDescription).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to