View.OnFilterTouchEventForSecurity(MotionEvent) Method

Definition

Filter the touch event to apply security policies.

[Android.Runtime.Register("onFilterTouchEventForSecurity", "(Landroid/view/MotionEvent;)Z", "GetOnFilterTouchEventForSecurity_Landroid_view_MotionEvent_Handler")]
public virtual bool OnFilterTouchEventForSecurity (Android.Views.MotionEvent? e);
[<Android.Runtime.Register("onFilterTouchEventForSecurity", "(Landroid/view/MotionEvent;)Z", "GetOnFilterTouchEventForSecurity_Landroid_view_MotionEvent_Handler")>]
abstract member OnFilterTouchEventForSecurity : Android.Views.MotionEvent -> bool
override this.OnFilterTouchEventForSecurity : Android.Views.MotionEvent -> bool

Parameters

e
MotionEvent

The motion event to be filtered.

Returns

True if the event should be dispatched, false if the event should be dropped.

Attributes

Remarks

Filter the touch event to apply security policies.

Java documentation for android.view.View.onFilterTouchEventForSecurity(android.view.MotionEvent).

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.

Applies to

See also