次の方法で共有


InputConnectionWrapper コンストラクター

定義

オーバーロード

InputConnectionWrapper(IInputConnection, Boolean)

ラッパーを初期化します。

InputConnectionWrapper(IntPtr, JniHandleOwnership)

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

InputConnectionWrapper(IInputConnection, Boolean)

ラッパーを初期化します。

[Android.Runtime.Register(".ctor", "(Landroid/view/inputmethod/InputConnection;Z)V", "")]
public InputConnectionWrapper (Android.Views.InputMethods.IInputConnection? target, bool mutable);
[<Android.Runtime.Register(".ctor", "(Landroid/view/inputmethod/InputConnection;Z)V", "")>]
new Android.Views.InputMethods.InputConnectionWrapper : Android.Views.InputMethods.IInputConnection * bool -> Android.Views.InputMethods.InputConnectionWrapper

パラメーター

target
IInputConnection

プロキシ InputConnection される〘。

mutable
Boolean

別のオブジェクトをターゲットInputConnectionにするように再構成されないように、このオブジェクトを保護するために設定trueします。 これは、ターゲットが である間は null無視されることに注意してください。

属性

注釈

ラッパーを初期化します。

<b>注意:</b> システムはいくつかの場所で受け入れ (InputConnection) null 可能ですが、そのような動作を null InputConnectionWrapper null 以外で targetエミュレートすることはできません。

の Java ドキュメントandroid.view.inputmethod.InputConnectionWrapper.InputConnectionWrapper(android.view.inputmethod.InputConnection, boolean)

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

適用対象

InputConnectionWrapper(IntPtr, JniHandleOwnership)

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

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

パラメーター

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

処理方法 JniHandleOwnershipを示す javaReference

注釈

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

適用対象