Package 

Class ImeNestedScrollConnectionKt

    • Method Summary

      Modifier and Type Method Description
      final static NestedScrollConnection rememberImeNestedScrollConnection(Boolean scrollImeOffScreenWhenVisible, Boolean scrollImeOnScreenWhenNotVisible) Remembers a NestedScrollConnection which scrolls the Android on-screen keyboard on/off screen as appropriate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • rememberImeNestedScrollConnection

         final static NestedScrollConnection rememberImeNestedScrollConnection(Boolean scrollImeOffScreenWhenVisible, Boolean scrollImeOnScreenWhenNotVisible)

        Remembers a NestedScrollConnection which scrolls the Android on-screen keyboard on/off screen as appropriate.

        To be superceded: https://issuetracker.google.com/217770710

        Parameters:
        scrollImeOffScreenWhenVisible - Set to true to allow scrolling the IME off screen (from being visible), by an downwards scroll.
        scrollImeOnScreenWhenNotVisible - Set to true to allow scrolling the IME on screen (from not being visible), by an upwards scroll.