次の方法で共有


AbstractInputMethodService.AbstractInputMethodSessionImpl コンストラクター

定義

オーバーロード

AbstractInputMethodService.AbstractInputMethodSessionImpl(AbstractInputMethodService)
AbstractInputMethodService.AbstractInputMethodSessionImpl(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

AbstractInputMethodService.AbstractInputMethodSessionImpl(AbstractInputMethodService)

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

パラメーター

属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

AbstractInputMethodService.AbstractInputMethodSessionImpl(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

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

パラメーター

javaReference
IntPtr

nativeint

IntPtrJava ネイティブ インターフェイス (JNI) オブジェクト参照を含むオブジェクト。

transfer
JniHandleOwnership

処理方法 JniHandleOwnershipを示す javaReference

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象