The fields 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
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. |