Package knf.hydra.core.models.data
Class GalleryData
-
- All Implemented Interfaces:
public final class GalleryData extends 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.
-
-
Constructor Summary
Constructors Constructor Description GalleryData(List<MediaItem> list)
-