AccessibilityManagerCompat.TouchExplorationStateChangeListener

Added in 1.1.0

public interface AccessibilityManagerCompat.TouchExplorationStateChangeListener


Listener for the system touch exploration state. To listen for changes to the touch exploration state on the device, implement this interface and register it with the system by calling addTouchExplorationStateChangeListener.

Summary

Public methods

abstract void

Called when the touch exploration enabled state changes.

Public methods

onTouchExplorationStateChanged

Added in 1.1.0
abstract void onTouchExplorationStateChanged(boolean enabled)

Called when the touch exploration enabled state changes.

Parameters
boolean enabled

Whether touch exploration is enabled.