Android.AccessibilityServices.AccessibilityService Members

The members of Android.AccessibilityServices.AccessibilityService are listed below.

See Also: Inherited members from Android.App.Service

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
GestureSwipeDownAndroid.AccessibilityServices.AccessibilityGesture (2). The user has performed a swipe down gesture on the touch screen.
const
GestureSwipeDownAndLeftAndroid.AccessibilityServices.AccessibilityGesture (15). The user has performed an down and left gesture on the touch screen.
const
GestureSwipeDownAndRightAndroid.AccessibilityServices.AccessibilityGesture (16). The user has performed an down and right gesture on the touch screen.
const
GestureSwipeDownAndUpAndroid.AccessibilityServices.AccessibilityGesture (8). The user has performed a swipe down and up gesture on the touch screen.
const
GestureSwipeLeftAndroid.AccessibilityServices.AccessibilityGesture (3). The user has performed a swipe left gesture on the touch screen.
const
GestureSwipeLeftAndDownAndroid.AccessibilityServices.AccessibilityGesture (10). The user has performed a left and down gesture on the touch screen.
const
GestureSwipeLeftAndRightAndroid.AccessibilityServices.AccessibilityGesture (5). The user has performed a swipe left and right gesture on the touch screen.
const
GestureSwipeLeftAndUpAndroid.AccessibilityServices.AccessibilityGesture (9). The user has performed a left and up gesture on the touch screen.
const
GestureSwipeRightAndroid.AccessibilityServices.AccessibilityGesture (4). The user has performed a swipe right gesture on the touch screen.
const
GestureSwipeRightAndDownAndroid.AccessibilityServices.AccessibilityGesture (12). The user has performed a right and down gesture on the touch screen.
const
GestureSwipeRightAndLeftAndroid.AccessibilityServices.AccessibilityGesture (6). The user has performed a swipe right and left gesture on the touch screen.
const
GestureSwipeRightAndUpAndroid.AccessibilityServices.AccessibilityGesture (11). The user has performed a right and up gesture on the touch screen.
const
GestureSwipeUpAndroid.AccessibilityServices.AccessibilityGesture (1). The user has performed a swipe up gesture on the touch screen.
const
GestureSwipeUpAndDownAndroid.AccessibilityServices.AccessibilityGesture (7). The user has performed a swipe up and down gesture on the touch screen.
const
GestureSwipeUpAndLeftAndroid.AccessibilityServices.AccessibilityGesture (13). The user has performed an up and left gesture on the touch screen.
const
GestureSwipeUpAndRightAndroid.AccessibilityServices.AccessibilityGesture (14). The user has performed an up and right gesture on the touch screen.
const
GlobalActionBackAndroid.AccessibilityServices.GlobalAction (1). Action to go back.
const
GlobalActionHomeAndroid.AccessibilityServices.GlobalAction (2). Action to go home.
const
GlobalActionNotificationsAndroid.AccessibilityServices.GlobalAction (4). Action to open the notifications.
const
GlobalActionPowerDialogAndroid.AccessibilityServices.GlobalAction (6). Action to open the power long-press dialog.
const
GlobalActionQuickSettingsAndroid.AccessibilityServices.GlobalAction (5). Action to open the quick settings.
const
GlobalActionRecentsAndroid.AccessibilityServices.GlobalAction (3). Action to open the recent apps.
const
ServiceInterfacestring. The Android.Content.Intent that must be declared as handled by the service.
const
ServiceMetaDatastring. Name under which an AccessibilityService component publishes information about itself.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.