accessibility_service 0.0.1
accessibility_service: ^0.0.1 copied to clipboard
A plugin for accessing Accessibility Service event.
accessibility_service #
Well it's a plugin for interacting with Accessibility Service in Android. This will probably crash if called in iOS device.
Getting Started #
There are only 5 functions implemented:
serviceStatus: check if the service is online.requestToStartService: open an intent to Accessibility Settings, that's allstopService: stop the Accessibility service.setCallbackOnAccessibilityEvent: set a callback when anAccessibiltyEventis received. Only static or top-level callback is accepted. Please call this before starting the service.setupFilterAccessibilityEvents: set a filter to choose which kind of events we want to react.