ui / com.schibsted.account.ui / KeyboardListener

KeyboardListener

interface KeyboardListener

This interface should be implemented by every activity managing the soft keyboard state

Functions

closeKeyboard

abstract fun closeKeyboard(): Unit

call this method to close down the soft keyboard

isKeyboardOpen

abstract fun isKeyboardOpen(): Boolean

call this method to know if the keyboard is opened or not

Inheritors

KeyboardController

class KeyboardController : KeyboardListener