Android.Views.MotionEvent.Recycle Method
Recycle the MotionEvent, to be re-used by a later caller.

Syntax

[Android.Runtime.Register("recycle", "()V", "")]
public void Recycle ()

Remarks

Recycle the MotionEvent, to be re-used by a later caller. After calling this function you must not ever touch the event again.

[Android Documentation]

Requirements

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