ui / com.schibsted.account.ui.login / KeyboardVisibilityListener

KeyboardVisibilityListener

interface KeyboardVisibilityListener

a listener of the keyboard visibility

Functions

onVisibilityChanged

abstract fun onVisibilityChanged(isOpen: Boolean): Unit

this method has to be called when the keyboard visibility has changed.

Inheritors

FlowFragment

abstract class FlowFragment<in T> : BaseFragment, KeyboardVisibilityListener, FlowView<T>

a Fragment used to represents a part of a UI flow, as such, this fragment can continue a flow. the flow could be continue thanks to the keyboard or a button.