Java android.support.v4.view.accessibility AccessibilityManagerCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view.accessibility AccessibilityManagerCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.view.accessibility AccessibilityManagerCompat.

The text is from its open source code.

Method

booleanaddAccessibilityStateChangeListener(AccessibilityManager manager, AccessibilityStateChangeListenerCompat listener)
Registers an AccessibilityManager.AccessibilityStateChangeListener for changes in the global accessibility state of the system.
ListgetEnabledAccessibilityServiceList(AccessibilityManager manager, int feedbackTypeFlags)
Returns the AccessibilityServiceInfo s of the enabled accessibility services for a given feedback type.
booleanremoveAccessibilityStateChangeListener(AccessibilityManager manager, AccessibilityStateChangeListenerCompat listener)
Unregisters an AccessibilityManager.AccessibilityStateChangeListener .