class KeyboardController : KeyboardListener
KeyboardController(activity: AppCompatActivity) |
val keyboardVisibility: MutableLiveData<Boolean> |
fun closeKeyboard(): Unit
Closes down the keyboard On some devices keyboard may still be showing up, even on screen without field to fill in Because the keyboard is not part of the application a different behavior might occurs depending on the system implementation. |
|
fun isKeyboardOpen(): Boolean |
|
fun register(baseFragment: BaseFragment?): Unit
set up the keyboard actionListener FlowFragment.onVisibilityChanged is called when a layout change occurs due to a change of the soft keyboard visibility |
|
fun unregister(baseFragment: BaseFragment?): Unit |
fun closeKeyboard(activity: FragmentActivity): Unit |
|
fun showKeyboard(activity: FragmentActivity): Unit |