interface KeyboardVisibilityListener
a listener of the keyboard visibility
abstract fun onVisibilityChanged(isOpen: Boolean): Unit
this method has to be called when the keyboard visibility has changed. |
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. |