Sprache

TouchInteractionController.StateDelegating Feld

Definition

Achtung

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

Der Benutzer führt eine Geste aus, die an die Eingabepipeline as-isübergeben wird.

[Android.Runtime.Register("STATE_DELEGATING", 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 StateDelegating = 4;
[<Android.Runtime.Register("STATE_DELEGATING", 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 StateDelegating : Android.AccessibilityServices.TouchInteractionState

Feldwert

Value = 4
Attribute

Hinweise

Der Benutzer führt eine Geste aus, die an die Eingabepipeline as-isübergeben wird. Der Dienst empfängt keine Bewegungsereignisse.

Java Dokumentation für android.accessibilityservice.TouchInteractionController.STATE_DELEGATING.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: