Content
constructor(items: List<ChannelAttachmentsViewState.Content.Item> = emptyList(), canLoadMore: Boolean = true, isLoadingMore: Boolean = false)
Parameters
items
The list of items to be displayed. Defaults to an empty list.
canLoadMore
True if there are more items to be loaded. Defaults to true.
isLoadingMore
True if the loading of the next page is in progress. Defaults to false.