InputConnectionWrapper.InterfaceConsts.HandwritingGestureResultCancelled フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureResult enum directly instead of this field.
HandwritingGestureが取り消されたときの#performHandwritingGesture(HandwritingGesture, Executor, IntConsumer)の結果。
[Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_CANCELLED", 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 HandwritingGestureResultCancelled = 4;
[<Android.Runtime.Register("HANDWRITING_GESTURE_RESULT_CANCELLED", 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 HandwritingGestureResultCancelled : Android.Views.InputMethods.HandwritingGestureResult
フィールド値
Value = 4- 属性
注釈
HandwritingGestureが取り消されたときの#performHandwritingGesture(HandwritingGesture, Executor, IntConsumer)の結果。 これは、新しいInputConnectionが開始された場合や、InputMethodManager#invalidateInputが原因で、ジェスチャの実行中にInputConnectionが無効になったりした場合に発生します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。