InputMethod Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InputMethod(AccessibilityService) |
Creates a new InputMethod instance for the given |
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
- service
- AccessibilityService
- Attributes
Remarks
Creates a new InputMethod instance for the given service
, so that the accessibility service can control editing.
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
- transfer
- JniHandleOwnership