PopupWindow.SetTouchInterceptor(View+IOnTouchListener) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set a callback for all touch events being dispatched to the popup window.
[Android.Runtime.Register("setTouchInterceptor", "(Landroid/view/View$OnTouchListener;)V", "GetSetTouchInterceptor_Landroid_view_View_OnTouchListener_Handler")]
public virtual void SetTouchInterceptor (Android.Views.View.IOnTouchListener? l);
[<Android.Runtime.Register("setTouchInterceptor", "(Landroid/view/View$OnTouchListener;)V", "GetSetTouchInterceptor_Landroid_view_View_OnTouchListener_Handler")>]
abstract member SetTouchInterceptor : Android.Views.View.IOnTouchListener -> unit
override this.SetTouchInterceptor : Android.Views.View.IOnTouchListener -> unit
Parameters
- Attributes
Remarks
Java documentation for android.widget.PopupWindow.setTouchInterceptor(android.view.OnTouchListener)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.