abstract fun onVisibilityChanged(isOpen: Boolean): Unit
this method has to be called when the keyboard visibility has changed.
isOpen - Boolean: true if the keyboard is now visible false otherwise.
isOpen
true
false
See Also FlowFragment#onVisibilityChanged(boolean)