KeyEvent.DispatcherState.Reset Method

Definition

Overloads

Reset()

Reset back to initial state.

Reset(Object)

Stop any tracking associated with this target.

Reset()

Reset back to initial state.

[Android.Runtime.Register("reset", "()V", "GetResetHandler")]
public virtual void Reset ();
[<Android.Runtime.Register("reset", "()V", "GetResetHandler")>]
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Attributes

Remarks

Reset back to initial state.

Java documentation for android.view.KeyEvent.DispatcherState.reset().

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

Reset(Object)

Stop any tracking associated with this target.

[Android.Runtime.Register("reset", "(Ljava/lang/Object;)V", "GetReset_Ljava_lang_Object_Handler")]
public virtual void Reset (Java.Lang.Object? target);
[<Android.Runtime.Register("reset", "(Ljava/lang/Object;)V", "GetReset_Ljava_lang_Object_Handler")>]
abstract member Reset : Java.Lang.Object -> unit
override this.Reset : Java.Lang.Object -> unit

Parameters

target
Object
Attributes

Remarks

Stop any tracking associated with this target.

Java documentation for android.view.KeyEvent.DispatcherState.reset(java.lang.Object).

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