Freigeben über


TouchInteractionController.StateTouchExploring Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.

Der Zustand, in dem der Benutzer den Bildschirm explizit untersucht.

[Android.Runtime.Register("STATE_TOUCH_EXPLORING", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.", true)]
public const Android.AccessibilityServices.TouchInteractionState StateTouchExploring = 2;
[<Android.Runtime.Register("STATE_TOUCH_EXPLORING", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.", true)>]
val mutable StateTouchExploring : Android.AccessibilityServices.TouchInteractionState

Feldwert

Value = 2
Attribute

Hinweise

Der Zustand, in dem der Benutzer den Bildschirm explizit untersucht. Der Dienst empfängt keine Bewegungsereignisse.

Java-Dokumentation für android.accessibilityservice.TouchInteractionController.STATE_TOUCH_EXPLORING.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: