BrowseScreenScope

Receiver scope which is used by content parameter in BrowseScreen.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun <T> downloadsSection(state: Section.State<T>, displayFooterOnlyOnLoadedState: Boolean = true, content: BrowseScreenSectionScope<T>.() -> Unit)
Link copied to clipboard
fun <T> section(state: Section.State<T>, @StringRes titleId: Int, @StringRes emptyMessageId: Int, @StringRes failedMessageId: Int? = null, displayFooterOnlyOnLoadedState: Boolean = true, content: BrowseScreenSectionScope<T>.() -> Unit)