Hydra core
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hydra core
Hydra core
/
knf.hydra.core.models.data
/
GallerySource
Gallery
Source
class
GallerySource
(
items
:
Flow
<
List
<
GalleryItem
>
>
)
:
SourceData
<
GalleryItem
>
Represents a gallery with media
Parameters
items
Gallery items
Members
Constructors
Gallery
Source
Link copied to clipboard
constructor
(
items
:
Flow
<
List
<
GalleryItem
>
>
)