fun View.showKeyboard(flags: Int = InputMethodManager.SHOW_IMPLICIT): Unit
(source)
Tries to focus this view and show the soft input window for it.
flags
- Provides additional operating flags to be used with InputMethodManager.showSoftInput().
Currently may be 0, SHOW_IMPLICIT or SHOW_FORCED.