Compartilhar via


InputConnectionWrapper.InterfaceConsts.HandwritingGestureResultUnsupported Campo

Definição

Cuidado

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

Resultado para #performHandwritingGesture(HandwritingGesture, Executor, IntConsumer) quando HandwritingGesture não é suportado pelo editor atual.

[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

Valor do campo

Value = 2
Atributos

Comentários

Resultado para #performHandwritingGesture(HandwritingGesture, Executor, IntConsumer) quando HandwritingGesture não é suportado pelo editor atual.

Documentação Java para android.view.inputmethod.InputConnection.HANDWRITING_GESTURE_RESULT_UNSUPPORTED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a