Condividi tramite


AbstractInputMethodService.AbstractInputMethodImpl.ShowSoftInput Metodo

Definizione

Richiedere che all'utente venga visualizzata qualsiasi parte di input soft del metodo di input.

[Android.Runtime.Register("showSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetShowSoftInput_ILandroid_os_ResultReceiver_Handler")]
public abstract void ShowSoftInput (Android.Views.InputMethods.ShowSoftInputFlags flags, Android.OS.ResultReceiver resultReceiver);
[<Android.Runtime.Register("showSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetShowSoftInput_ILandroid_os_ResultReceiver_Handler")>]
abstract member ShowSoftInput : Android.Views.InputMethods.ShowSoftInputFlags * Android.OS.ResultReceiver -> unit

Parametri

flags
ShowSoftInputFlags

Fornisce informazioni aggiuntive sulla richiesta show. Attualmente può essere 0 o avere il bit #SHOW_EXPLICIT impostato.

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.

Implementazioni

Attributi

Commenti

Richiedere che all'utente venga visualizzata qualsiasi parte di input soft del metodo di input.

Documentazione java per android.view.inputmethod.InputMethod.showSoftInput(int, android.os.ResultReceiver).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a