Share via


AccessibilityManager.ITouchExplorationStateChangeListener.OnTouchExplorationStateChanged Method

Definition

Called when the touch exploration enabled state changes.

[Android.Runtime.Register("onTouchExplorationStateChanged", "(Z)V", "GetOnTouchExplorationStateChanged_ZHandler:Android.Views.Accessibility.AccessibilityManager/ITouchExplorationStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnTouchExplorationStateChanged (bool enabled);
[<Android.Runtime.Register("onTouchExplorationStateChanged", "(Z)V", "GetOnTouchExplorationStateChanged_ZHandler:Android.Views.Accessibility.AccessibilityManager/ITouchExplorationStateChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnTouchExplorationStateChanged : bool -> unit

Parameters

enabled
Boolean

Whether touch exploration is enabled.

Attributes

Remarks

Called when the touch exploration enabled state changes.

Java documentation for android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener.onTouchExplorationStateChanged(boolean).

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