AccessibilityService class abstract

Inheritance
Mixed-in types

Constructors

AccessibilityService.new()

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
getSharedPreferences(String name, int mode) SharedPreferences
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
moveSharedPreferencesFrom(Context context, String name) Future<bool>
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 Properties

running bool
no setter

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