interface KeyboardListener
This interface should be implemented by every activity managing the soft keyboard state
abstract fun closeKeyboard(): Unit
call this method to close down the soft keyboard |
|
abstract fun isKeyboardOpen(): Boolean
call this method to know if the keyboard is opened or not |
class KeyboardController : KeyboardListener |