다음을 통해 공유


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

true 이 개체가 다른 InputConnection개체를 대상으로 다시 구성되지 않도록 설정됩니다. 대상이 되는 동안 무시됩니다 null.

특성

설명

래퍼를 초기화합니다.

<b>주의 사항:</b> 시스템에서 일부 위치에서 수락 (InputConnection) null 할 수 있지만 null InputConnectionWrappernulltarget이 아닌 경우 이러한 동작을 에뮬레이트할 수 없습니다.

에 대한 android.view.inputmethod.InputConnectionWrapper.InputConnectionWrapper(android.view.inputmethod.InputConnection, boolean)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 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

IntPtrJNI(Java Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상