Package 

Class BrowseScreenKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit BrowseScreen(ScalingLazyColumnState columnState, Modifier modifier, Function1<BrowseScreenScope, Unit> content) A screen to browse contents of a media app.
      • Methods inherited from class java.lang.Object

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

      • BrowseScreen

        @Composable() final static Unit BrowseScreen(ScalingLazyColumnState columnState, Modifier modifier, Function1<BrowseScreenScope, Unit> content)

        A screen to browse contents of a media app.

        This is an opinionated implementation that allows a lot of customisation. If further customisation is required, then SectionedList should be used directly.

        This screen provide an implementation of:

        • a section to display user's list of downloads;

        • a section to display user's list of playlists;

        • a button to be used to navigate to another screen;