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

onVisibilityChanged

abstract fun onVisibilityChanged(isOpen: Boolean): Unit

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

Parameters

isOpen - Boolean: true if the keyboard is now visible false otherwise.

See Also
FlowFragment#onVisibilityChanged(boolean)