onSoftInputVisibilityChanged

abstract suspend fun onSoftInputVisibilityChanged(isSoftInputVisible: Boolean)

Informs the service about changes to the soft input method's visibility.

The system UI is expected to call this when the on-screen keyboard is shown or hidden.