The members of Android.AccessibilityServices.AccessibilityService are listed below.
See Also: Inherited members from Android.App.Service
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | GestureSwipeDown | Android.AccessibilityServices.AccessibilityGesture (2). The user has performed a swipe down gesture on the touch screen. |
const | GestureSwipeDownAndLeft | Android.AccessibilityServices.AccessibilityGesture (15). The user has performed an down and left gesture on the touch screen. |
const | GestureSwipeDownAndRight | Android.AccessibilityServices.AccessibilityGesture (16). The user has performed an down and right gesture on the touch screen. |
const | GestureSwipeDownAndUp | Android.AccessibilityServices.AccessibilityGesture (8). The user has performed a swipe down and up gesture on the touch screen. |
const | GestureSwipeLeft | Android.AccessibilityServices.AccessibilityGesture (3). The user has performed a swipe left gesture on the touch screen. |
const | GestureSwipeLeftAndDown | Android.AccessibilityServices.AccessibilityGesture (10). The user has performed a left and down gesture on the touch screen. |
const | GestureSwipeLeftAndRight | Android.AccessibilityServices.AccessibilityGesture (5). The user has performed a swipe left and right gesture on the touch screen. |
const | GestureSwipeLeftAndUp | Android.AccessibilityServices.AccessibilityGesture (9). The user has performed a left and up gesture on the touch screen. |
const | GestureSwipeRight | Android.AccessibilityServices.AccessibilityGesture (4). The user has performed a swipe right gesture on the touch screen. |
const | GestureSwipeRightAndDown | Android.AccessibilityServices.AccessibilityGesture (12). The user has performed a right and down gesture on the touch screen. |
const | GestureSwipeRightAndLeft | Android.AccessibilityServices.AccessibilityGesture (6). The user has performed a swipe right and left gesture on the touch screen. |
const | GestureSwipeRightAndUp | Android.AccessibilityServices.AccessibilityGesture (11). The user has performed a right and up gesture on the touch screen. |
const | GestureSwipeUp | Android.AccessibilityServices.AccessibilityGesture (1). The user has performed a swipe up gesture on the touch screen. |
const | GestureSwipeUpAndDown | Android.AccessibilityServices.AccessibilityGesture (7). The user has performed a swipe up and down gesture on the touch screen. |
const | GestureSwipeUpAndLeft | Android.AccessibilityServices.AccessibilityGesture (13). The user has performed an up and left gesture on the touch screen. |
const | GestureSwipeUpAndRight | Android.AccessibilityServices.AccessibilityGesture (14). The user has performed an up and right gesture on the touch screen. |
const | GlobalActionBack | Android.AccessibilityServices.GlobalAction (1). Action to go back. |
const | GlobalActionHome | Android.AccessibilityServices.GlobalAction (2). Action to go home. |
const | GlobalActionNotifications | Android.AccessibilityServices.GlobalAction (4). Action to open the notifications. |
const | GlobalActionPowerDialog | Android.AccessibilityServices.GlobalAction (6). Action to open the power long-press dialog. |
const | GlobalActionQuickSettings | Android.AccessibilityServices.GlobalAction (5). Action to open the quick settings. |
const | GlobalActionRecents | Android.AccessibilityServices.GlobalAction (3). Action to open the recent apps. |
const | ServiceInterface | string. The Android.Content.Intent that must be declared as handled by the service. |
const | ServiceMetaData | string. Name under which an AccessibilityService component publishes information about itself. |
[read-only] | RootInActiveWindow | Android.Views.Accessibility.AccessibilityNodeInfo. Gets the root node in the currently active window if this service can retrieve window content. |
[read-only] | ServiceInfo | Android.AccessibilityServices.AccessibilityServiceInfo. Gets the an Android.AccessibilityServices.AccessibilityServiceInfo describing this Android.AccessibilityServices.AccessibilityService. |
[read-only] | Windows | IList<Android.Views.Accessibility.AccessibilityWindowInfo>. Gets the windows on the screen. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |