CobrowseAccessibilityService class

Full device remote control for Android, including unattended access, uses an Accessibility Service that must be enabled on the device to grant access. This feature is exclusive for Android and should not be used on other platforms. Additional manual configuration is required for the service to be enabled in you app, refer to the Cobrowse SDK documentation.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isRunning() Future<bool>
Returns a value indicating whether the accessibility service is enabled and running.
showSetup() Future<void>
Launches a deep link to the system accessibility settings where the service can be turned on.