SearchEvent Constructors

Definition

Overloads

SearchEvent(InputDevice)

Create a new search event.

SearchEvent(IntPtr, JniHandleOwnership)

SearchEvent(InputDevice)

Create a new search event.

[Android.Runtime.Register(".ctor", "(Landroid/view/InputDevice;)V", "", ApiSince=23)]
public SearchEvent (Android.Views.InputDevice? inputDevice);
[<Android.Runtime.Register(".ctor", "(Landroid/view/InputDevice;)V", "", ApiSince=23)>]
new Android.Views.SearchEvent : Android.Views.InputDevice -> Android.Views.SearchEvent

Parameters

inputDevice
InputDevice
Attributes

Remarks

Create a new search event.

Java documentation for android.view.SearchEvent.SearchEvent(android.view.InputDevice).

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

SearchEvent(IntPtr, JniHandleOwnership)

protected SearchEvent (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.SearchEvent : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.SearchEvent

Parameters

javaReference
IntPtr

nativeint

Remarks

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