GalleryData

data class GalleryData(val list: List<MediaItem>) : ExtraData

Represents a gallery of images and/or videos without titles using default click behaviours:

  • Images: Zoomed with the option to save the image.

  • Video: Web browser or built-in player depending of the link.

  • Youtube: Open the video in the Youtube app or the browser it it's not installed.

Constructors

Link copied to clipboard
constructor(list: List<MediaItem>)

Functions

Link copied to clipboard

Convenience extension to create a flow based in a data object.

Properties

Link copied to clipboard

The list of media items