Android.Views.View.SetOnGenericMotionListener Method
Register a callback to be invoked when a generic motion event is sent to this view.

Syntax

[Android.Runtime.Register("setOnGenericMotionListener", "(Landroid/view/View$OnGenericMotionListener;)V", "GetSetOnGenericMotionListener_Landroid_view_View_OnGenericMotionListener_Handler")]
public virtual void SetOnGenericMotionListener (View.IOnGenericMotionListener l)

Parameters

l
the generic motion listener to attach to this view

Remarks

Register a callback to be invoked when a generic motion event is sent to this view.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12