Instrumentation.SendPointerSync(MotionEvent) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指標事件分派至已檢測應用程式所擁有的視窗,並等候處理它。
[Android.Runtime.Register("sendPointerSync", "(Landroid/view/MotionEvent;)V", "GetSendPointerSync_Landroid_view_MotionEvent_Handler")]
public virtual void SendPointerSync (Android.Views.MotionEvent? e);
[<Android.Runtime.Register("sendPointerSync", "(Landroid/view/MotionEvent;)V", "GetSendPointerSync_Landroid_view_MotionEvent_Handler")>]
abstract member SendPointerSync : Android.Views.MotionEvent -> unit
override this.SendPointerSync : Android.Views.MotionEvent -> unit
參數
描述指標動作的動作事件。 (如 中 所述M:Android.Views.MotionEvent.Obtain(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64),請務必使用 UptimeMillis() 作為時間基底。
- 屬性
備註
將指標事件分派至已檢測應用程式所擁有的視窗,並等候處理它。
如果插入的動作事件是以檢測應用程式未擁有的視窗為目標,輸入插入將會失敗。 如需將事件插入所有視窗,請參閱 #getUiAutomation()
。
這個方法會封鎖收件者完成處理事件之前。 請注意,當此方法傳回時,收件者可能無法<></em> 完全完成事件回應。 例如,在回應插入的事件時,它可能仍在更新其顯示或 UI 內容的過程中。
的 android.app.Instrumentation.sendPointerSync(android.view.MotionEvent)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。