Share via


InputConnection.HandwritingGestureResultFallback フィールド

定義

注意事項

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

失敗したがHandwritingGesture#getFallbackText()コミットされた場合HandwritingGesture#performHandwritingGesture(HandwritingGesture, Executor, IntConsumer)結果。

[Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_FALLBACK", 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 HandwritingGestureResultFallback = 5;
[<Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_FALLBACK", 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 HandwritingGestureResultFallback : Android.Views.InputMethods.HandwritingGestureResult

フィールド値

Value = 5
属性

注釈

失敗したがHandwritingGesture#getFallbackText()コミットされた場合HandwritingGesture#performHandwritingGesture(HandwritingGesture, Executor, IntConsumer)結果。

android.view.inputmethod.InputConnection.HANDWRITING_GESTURE_RESULT_FALLBACKJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象