AccessibilityManager.ITouchExplorationStateChangeListener.OnTouchExplorationStateChanged メソッド

定義

タッチ探索が有効な状態が変更されたときに呼び出されます。

[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

パラメーター

enabled
Boolean

タッチ探索が有効になっているかどうか。

属性

注釈

タッチ探索が有効な状態が変更されたときに呼び出されます。

android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener.onTouchExplorationStateChanged(boolean)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象