共用方式為


AccessibilityServiceInfo.MotionEventSources 屬性

定義

傳回輔助功能服務想要接聽泛型 android.view.MotionEvent之來源的位掩碼android.view.InputDevice。 -或- 設定輔助功能服務想要接聽泛型 android.view.MotionEvent的來源位掩碼android.view.InputDevice

public virtual Android.Views.InputSourceType MotionEventSources { [Android.Runtime.Register("getMotionEventSources", "()I", "GetGetMotionEventSourcesHandler", ApiSince=34)] get; [Android.Runtime.Register("setMotionEventSources", "(I)V", "GetSetMotionEventSources_IHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getMotionEventSources", "()I", "GetGetMotionEventSourcesHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setMotionEventSources", "(I)V", "GetSetMotionEventSources_IHandler", ApiSince=34)>]
member this.MotionEventSources : Android.Views.InputSourceType with get, set

屬性值

屬性

備註

屬性 getter 檔:

傳回輔助功能服務想要接聽泛型 android.view.MotionEvent之來源的位掩碼android.view.InputDevice

android.accessibilityservice.AccessibilityServiceInfo.getMotionEventSources()Java 檔。

屬性 setter 檔:

設定輔助功能服務想要接聽泛型 android.view.MotionEvent之來源的android.view.InputDevice位掩碼。

android.view.InputDevice包含未傳送 android.view.MotionEvent的來源實際上是該來源的 No-op,因為您不會從該來源接收任何事件。

如需完整的來源定義,請參閱 android.view.InputDevice 。 許多輸入設備會從多個來源類型傳送 android.view.InputEvents,因此除了使用 AccessibilityService#onKeyEvent 接聽 android.view.KeyEvent之外,您可能還需要在此包含多個android.view.MotionEvent來源。

<strong>Note:</strong>android.view.InputDevice sources 包含使位旗標移除作業複雜化的來源類別位。 若要移除特定來源,您應該使用個別來源常數位 OR 作業重建整個值。

android.accessibilityservice.AccessibilityServiceInfo.setMotionEventSources(int)Java 檔。

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

適用於