InputConnectionWrapper.InterfaceConsts.HandwritingGestureResultFailed Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureResult enum directly instead of this field.
Результат, когда #performHandwritingGesture(HandwritingGesture, Executor, IntConsumer) HandwritingGesture произошел сбой, и не было применимо HandwritingGesture#getFallbackText() или оно не может быть применено по какой-либо другой причине.
[Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_FAILED", 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 HandwritingGestureResultFailed = 3;
[<Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_FAILED", 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 HandwritingGestureResultFailed : Android.Views.InputMethods.HandwritingGestureResult
Значение поля
Value = 3- Атрибуты
Комментарии
Результат, когда #performHandwritingGesture(HandwritingGesture, Executor, IntConsumer) HandwritingGesture произошел сбой, и не было применимо HandwritingGesture#getFallbackText() или оно не может быть применено по какой-либо другой причине.
Документация по Java для android.view.inputmethod.InputConnection.HANDWRITING_GESTURE_RESULT_FAILED.
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.