Freigeben über


InputConnectionWrapper.InterfaceConsts.HandwritingGestureResultUnsupported Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureResult enum directly instead of this field.

Ergebnis, wenn #performHandwritingGesture(HandwritingGesture, Executor, IntConsumer) HandwritingGesture vom aktuellen Editor nicht unterstützt wird.

[Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_UNSUPPORTED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureResult enum directly instead of this field.", true)]
public const Android.Views.InputMethods.HandwritingGestureResult HandwritingGestureResultUnsupported = 2;
[<Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_UNSUPPORTED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureResult enum directly instead of this field.", true)>]
val mutable HandwritingGestureResultUnsupported : Android.Views.InputMethods.HandwritingGestureResult

Feldwert

Value = 2
Attribute

Hinweise

Ergebnis, wenn #performHandwritingGesture(HandwritingGesture, Executor, IntConsumer) HandwritingGesture vom aktuellen Editor nicht unterstützt wird.

Java-Dokumentation für android.view.inputmethod.InputConnection.HANDWRITING_GESTURE_RESULT_UNSUPPORTED.

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: