BackEvent.EdgeNone フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Window.BackEventEdge enum directly instead of this field.

エッジスワイプバックジェスチャによってバックイベントがトリガーされなかったことを示します。

[Android.Runtime.Register("EDGE_NONE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Window.BackEventEdge enum directly instead of this field.", true)]
public const Android.Window.BackEventEdge EdgeNone = 2;
[<Android.Runtime.Register("EDGE_NONE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Window.BackEventEdge enum directly instead of this field.", true)>]
val mutable EdgeNone : Android.Window.BackEventEdge

フィールド値

Value = 2
属性

注釈

エッジスワイプバックジェスチャによってバックイベントがトリガーされなかったことを示します。 これは、3 ボタン ナビゲーションで [戻る] ボタンを使用する場合や、ハードウェアの戻るボタンを押す場合に適用されます。

Javaドキュメント。

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

適用対象