The methods of Android.AccessibilityServices.AccessibilityService are listed below. For a list of all members, see the AccessibilityService Members list.
See Also: Inherited members from Android.App.Service
FindFocus(Android.Views.Accessibility.NodeFocus)Find the view that has the specified focus type. | ||
abstract | OnAccessibilityEvent(Android.Views.Accessibility.AccessibilityEvent)Callback for Android.Views.Accessibility.AccessibilityEvents. | |
override | OnBind(Android.Content.Intent)Implement to return the implementation of the internal accessibility service interface. | |
abstract | OnInterrupt()Callback for interrupting the accessibility feedback. | |
PerformGlobalAction(Android.AccessibilityServices.GlobalAction)Performs a global action. | ||
SetServiceInfo(Android.AccessibilityServices.AccessibilityServiceInfo)Sets the Android.AccessibilityServices.AccessibilityServiceInfo that describes this service. |
OnGesture(int)Called by the system when the user performs a specific gesture on the touch screen. | ||
OnKeyEvent(Android.Views.KeyEvent)Callback that allows an accessibility service to observe the key events before they are passed to the rest of the system. | ||
OnServiceConnected()This method is a part of the Android.AccessibilityServices.AccessibilityService lifecycle and is called after the system has successfully bound to the service. |