共用方式為


MotionEvent.FlagWindowIsObscured 欄位

定義

警告

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

此旗標表示接收此動作事件的視窗部分或完全被其上方另一個可見視窗遮蔽,而事件則直接通過遮蔽的區域。

[Android.Runtime.Register("FLAG_WINDOW_IS_OBSCURED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventFlags enum directly instead of this field.", true)]
public const Android.Views.MotionEventFlags FlagWindowIsObscured = 1;
[<Android.Runtime.Register("FLAG_WINDOW_IS_OBSCURED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventFlags enum directly instead of this field.", true)>]
val mutable FlagWindowIsObscured : Android.Views.MotionEventFlags

欄位值

Value = 1

實作

屬性

備註

此旗標表示接收此動作事件的視窗部分或完全被其上方另一個可見視窗遮蔽,而事件則直接通過遮蔽的區域。

安全性敏感性應用程式可以檢查此旗標,以找出惡意應用程式可能掩蓋其部分內容的情況,以誤導使用者或劫持觸碰。 適當的回應可能是卸除可疑的觸碰,或採取其他預防措施來確認用戶的實際意圖。

android.view.MotionEvent.FLAG_WINDOW_IS_OBSCUREDJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於