BaseInputConnection.InterfaceConsts.HandwritingGestureResultSuccess Feld

Definition

Achtung

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

Ergebnis für #performHandwritingGesture(HandwritingGesture, Executor, IntConsumer) die HandwritingGesture erfolgreiche Ausführung für Text.

[Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_SUCCESS", 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 HandwritingGestureResultSuccess = 1;
[<Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_SUCCESS", 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 HandwritingGestureResultSuccess : Android.Views.InputMethods.HandwritingGestureResult

Feldwert

Value = 1
Attribute

Hinweise

Ergebnis für #performHandwritingGesture(HandwritingGesture, Executor, IntConsumer) die HandwritingGesture erfolgreiche Ausführung für Text.

Java Dokumentation für android.view.inputmethod.InputConnection.HANDWRITING_GESTURE_RESULT_SUCCESS.

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: