IInputMethod.HideSoftInput(Int32, ResultReceiver) Metodo

Definizione

Richiedere che qualsiasi parte di input software del metodo di input venga nascosta dall'utente.

[Android.Runtime.Register("hideSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetHideSoftInput_ILandroid_os_ResultReceiver_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void HideSoftInput(int flags, Android.OS.ResultReceiver? resultReceiver);
[<Android.Runtime.Register("hideSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetHideSoftInput_ILandroid_os_ResultReceiver_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member HideSoftInput : int * Android.OS.ResultReceiver -> unit

Parametri

flags
Int32

Fornisce informazioni aggiuntive sulla richiesta nascondi. Attualmente sempre 0.

resultReceiver
ResultReceiver

Il client che richiede lo show potrebbe voler indicare l'impatto della richiesta, che deve essere fornita qui. Il codice del risultato deve essere InputMethodManager#RESULT_UNCHANGED_SHOWN InputMethodManager.RESULT_UNCHANGED_SHOWN, InputMethodManager#RESULT_UNCHANGED_HIDDEN InputMethodManager.RESULT_UNCHANGED_HIDDEN, InputMethodManager#RESULT_SHOWN InputMethodManager.RESULT_SHOWNo InputMethodManager#RESULT_HIDDEN InputMethodManager.RESULT_HIDDEN.

Attributi

Commenti

Richiedere che qualsiasi parte di input software del metodo di input venga nascosta dall'utente.

per android.view.inputmethod.InputMethod.hideSoftInput(int, android.os.ResultReceiver).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a