Android.AccessibilityServices.AccessibilityService: Method Members

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

Public Methods

FindFocus(Android.Views.Accessibility.NodeFocus) : Android.Views.Accessibility.AccessibilityNodeInfo
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) : Android.OS.IBinder
Implement to return the implementation of the internal accessibility service interface.
abstract
OnInterrupt()
Callback for interrupting the accessibility feedback.
PerformGlobalAction(Android.AccessibilityServices.GlobalAction) : bool
Performs a global action.
SetServiceInfo(Android.AccessibilityServices.AccessibilityServiceInfo)
Sets the Android.AccessibilityServices.AccessibilityServiceInfo that describes this service.

Protected Methods

OnGesture(int) : bool
Called by the system when the user performs a specific gesture on the touch screen.
OnKeyEvent(Android.Views.KeyEvent) : bool
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.