Share via


InputMethod Constructors

Definition

Overloads

InputMethod(AccessibilityService)

Creates a new InputMethod instance for the given service, so that the accessibility service can control editing.

InputMethod(IntPtr, JniHandleOwnership)

InputMethod(AccessibilityService)

Creates a new InputMethod instance for the given service, so that the accessibility service can control editing.

[Android.Runtime.Register(".ctor", "(Landroid/accessibilityservice/AccessibilityService;)V", "", ApiSince=33)]
public InputMethod (Android.AccessibilityServices.AccessibilityService service);
[<Android.Runtime.Register(".ctor", "(Landroid/accessibilityservice/AccessibilityService;)V", "", ApiSince=33)>]
new Android.AccessibilityServices.InputMethod : Android.AccessibilityServices.AccessibilityService -> Android.AccessibilityServices.InputMethod

Parameters

Attributes

Remarks

Creates a new InputMethod instance for the given service, so that the accessibility service can control editing.

Java documentation for android.accessibilityservice.InputMethod.InputMethod(android.accessibilityservice.AccessibilityService).

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

InputMethod(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to