AccessibilityManager.AddTouchExplorationStateChangeListener Method

Definition

Overloads

AddTouchExplorationStateChangeListener(AccessibilityManager+ITouchExplorationStateChangeListener)

Registers a TouchExplorationStateChangeListener for changes in the global touch exploration state of the system.

AddTouchExplorationStateChangeListener(AccessibilityManager+ITouchExplorationStateChangeListener, Handler)

Registers a TouchExplorationStateChangeListener for changes in the global touch exploration state of the system.

AddTouchExplorationStateChangeListener(AccessibilityManager+ITouchExplorationStateChangeListener)

Registers a TouchExplorationStateChangeListener for changes in the global touch exploration state of the system.

[Android.Runtime.Register("addTouchExplorationStateChangeListener", "(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;)Z", "")]
public bool AddTouchExplorationStateChangeListener (Android.Views.Accessibility.AccessibilityManager.ITouchExplorationStateChangeListener listener);
[<Android.Runtime.Register("addTouchExplorationStateChangeListener", "(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;)Z", "")>]
member this.AddTouchExplorationStateChangeListener : Android.Views.Accessibility.AccessibilityManager.ITouchExplorationStateChangeListener -> bool

Parameters

Returns

True if successfully registered.

Attributes

Remarks

Java documentation for android.view.accessibility.AccessibilityManager.addTouchExplorationStateChangeListener(android.view.accessibility.TouchExplorationStateChangeListener).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

AddTouchExplorationStateChangeListener(AccessibilityManager+ITouchExplorationStateChangeListener, Handler)

Registers a TouchExplorationStateChangeListener for changes in the global touch exploration state of the system.

[Android.Runtime.Register("addTouchExplorationStateChangeListener", "(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;Landroid/os/Handler;)V", "", ApiSince=26)]
public void AddTouchExplorationStateChangeListener (Android.Views.Accessibility.AccessibilityManager.ITouchExplorationStateChangeListener listener, Android.OS.Handler? handler);
[<Android.Runtime.Register("addTouchExplorationStateChangeListener", "(Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener;Landroid/os/Handler;)V", "", ApiSince=26)>]
member this.AddTouchExplorationStateChangeListener : Android.Views.Accessibility.AccessibilityManager.ITouchExplorationStateChangeListener * Android.OS.Handler -> unit

Parameters

handler
Handler
Attributes

Remarks

Java documentation for android.view.accessibility.AccessibilityManager.addTouchExplorationStateChangeListener(android.view.accessibility.TouchExplorationStateChangeListener).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to