Android.Views.KeyEvent.ChangeTimeRepeat Method
Create a new key event that is the same as the given one, but whose event time and repeat count are replaced with the given value.

Syntax

[Android.Runtime.Register("changeTimeRepeat", "(Landroid/view/KeyEvent;JII)Landroid/view/KeyEvent;", "")]
public static KeyEvent ChangeTimeRepeat (KeyEvent e, long eventTime, int newRepeat, [Android.Runtime.GeneratedEnum] KeyEventFlags newFlags)

Parameters

e
The existing event to be copied. This is not modified.
eventTime
The new event time (in Android.OS.SystemClock.UptimeMillis) of the event.
newRepeat
The new repeat count of the event.
newFlags
New flags for the event, replacing the entire value in the original event.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new key event that is the same as the given one, but whose event time and repeat count are replaced with the given value.

[Android Documentation]

Requirements

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