InputMethodService.InputMethodSessionImpl 构造函数

定义

重载

名称 说明
InputMethodService.InputMethodSessionImpl(InputMethodService)
InputMethodService.InputMethodSessionImpl(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

InputMethodService.InputMethodSessionImpl(InputMethodService)

[Android.Runtime.Register(".ctor", "(Landroid/inputmethodservice/InputMethodService;)V", "")]
public InputMethodSessionImpl(Android.InputMethodServices.InputMethodService? __self);
[<Android.Runtime.Register(".ctor", "(Landroid/inputmethodservice/InputMethodService;)V", "")>]
new Android.InputMethodServices.InputMethodService.InputMethodSessionImpl : Android.InputMethodServices.InputMethodService -> Android.InputMethodServices.InputMethodService.InputMethodSessionImpl

参数

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

InputMethodService.InputMethodSessionImpl(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

protected InputMethodSessionImpl(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.InputMethodServices.InputMethodService.InputMethodSessionImpl : nativeint * Android.Runtime.JniHandleOwnership -> Android.InputMethodServices.InputMethodService.InputMethodSessionImpl

参数

javaReference
IntPtr

nativeint

IntPtr一个包含Java本机接口 (JNI) 对象引用。

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于