Interface ImageStream.ScrollListener

  • Enclosing class:
    ImageStream


    public static interface ImageStream.ScrollListener
    Informs about the scroll position of the ImageStream BottomSheet.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void onScroll(int height, int scrollArea, float scrollPosition)
      Called if the ImageStream gets dragged by the user.
    • Method Detail

      • onScroll

        void onScroll(int height,
                      int scrollArea,
                      float scrollPosition)
        Called if the ImageStream gets dragged by the user.
        Parameters:
        height -
        scrollArea -
        scrollPosition -