Hydra core
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hydra core
Hydra core
/
knf.hydra.core.models
/
ContentList
Content
List
data
class
ContentList
(
val
name
:
String
,
val
paging
:
Flow
<
PagingData
<
ContentItemModel
>
>
)
Content list
Members
Constructors
Content
List
Link copied to clipboard
constructor
(
name
:
String
,
paging
:
Flow
<
PagingData
<
ContentItemModel
>
>
)
Properties
name
Link copied to clipboard
val
name
:
String
List name to show in the selector
paging
Link copied to clipboard
val
paging
:
Flow
<
PagingData
<
ContentItemModel
>
>
A Paging flow containing the content items