Android.Views.Accessibility.AccessibilityManager Class
System level service that serves as an event dispatch for Android.Views.Accessibility.AccessibilityEvents, and provides facilities for querying the accessibility state of the system.

See Also: AccessibilityManager Members

Syntax

[Android.Runtime.Register("android/view/accessibility/AccessibilityManager", DoNotGenerateAcw=true)]
public sealed class AccessibilityManager : Java.Lang.Object

Remarks

System level service that serves as an event dispatch for Android.Views.Accessibility.AccessibilityEvents, and provides facilities for querying the accessibility state of the system. Accessibility events are generated when something notable happens in the user interface, for example an Android.App.Activity starts, the focus or selection of a Android.Views.View changes etc. Parties interested in handling accessibility events implement and register an accessibility service which extends Android.AccessibilityServices.AccessibilityService.

To obtain a handle to the accessibility manager do the following:

java Example

AccessibilityManager accessibilityManager =
        (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);

See Also

[Android Documentation]

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4