AccessibilityService class abstract
- Inheritance
-
- Object
- AndroidNativeObject
- AccessibilityService
- Mixed-in types
Constructors
Properties
- channel → MethodChannel
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- packageManager ↔ PackageManager
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkSelfPermission(
String permission) → Future< int> -
inherited
-
getApplicationContext(
) → ContextMixin -
inherited
-
getCacheDir(
) → Future< String> -
inherited
-
getContentResolver(
) → ContentResolver -
inherited
-
getDatabasePath(
String name) → Future< String> -
inherited
-
getDataDir(
) → Future< String> -
inherited
-
getObbDir(
) → Future< String> -
inherited
-
getPackageManager(
) → PackageManager -
inherited
-
getPackageName(
) → Future< String> -
inherited
-
inherited
-
getSystemService(
String service) → dynamic -
inherited
-
init(
) → dynamic -
inherited
-
invokeMethod<
T> (String method, [dynamic arguments]) → Future< T?> -
inherited
-
isDeviceProtectedStorage(
) → bool -
inherited
-
moveDatabaseFrom(
Context context, String name) → Future< bool> -
inherited
-
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onAccessibilityEvent(
AccessibilityEvent? event) → FutureOr -
onDestroy(
) → FutureOr -
onInterrupt(
) → FutureOr -
onMethodCall(
MethodCall call) → Future -
inherited
-
onServiceConnected(
) → FutureOr -
registerMethodCallListener(
String key, MethodCallListener listener) → void -
inherited
-
startActivity(
Intent intent) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterMethodCallListener(
String name) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
onBackgroundMethodCall(
MethodCall call) → Future< void> -
onForegroundMethodCall(
MethodCall call) → Future< void> -
registerService(
AccessibilityService serviceHandler) → Future< int> -
start(
AccessibilityServiceCallback serviceEntrypoint) → Future -
unregisterService(
AccessibilityService service) → void -
unregisterServiceById(
int serviceId) → void