InputConnectionWrapper Construtores

Definição

Sobrecargas

Nome Description
InputConnectionWrapper(IInputConnection, Boolean)

Inicializa um wrapper.

InputConnectionWrapper(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

InputConnectionWrapper(IInputConnection, Boolean)

Inicializa um wrapper.

[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

Parâmetros

target
IInputConnection

o InputConnection a ser proxie.

mutable
Boolean

definido true para proteger esse objeto de ser reconfigurado para atingir outro InputConnection. Observe que isso é ignorado enquanto o destino é null.

Atributos

Comentários

Inicializa um wrapper.

<b>Ressalva:</b> Embora o sistema possa aceitar (InputConnection) null em alguns locais, você não pode emular esse comportamento por não nulo InputConnectionWrapper que tenhanull.target

Documentação Java para android.view.inputmethod.InputConnectionWrapper.InputConnectionWrapper(android.view.inputmethod.InputConnection, boolean).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a

InputConnectionWrapper(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

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

Parâmetros

javaReference
IntPtr

nativeint

Uma IntPtrreferência de objeto JNI (Java Native Interface).

transfer
JniHandleOwnership

Um JniHandleOwnershipque indica como lidar javaReference

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a