android-components / mozilla.components.support.ktx.android.view / android.view.View / showKeyboard

showKeyboard

fun View.showKeyboard(flags: Int = InputMethodManager.SHOW_IMPLICIT): Unit (source)

Tries to focus this view and show the soft input window for it.

Parameters

flags - Provides additional operating flags to be used with InputMethodManager.showSoftInput(). Currently may be 0, SHOW_IMPLICIT or SHOW_FORCED.