Package knf.hydra.core.models
Class ProfileTab.GalleryGrid
-
- All Implemented Interfaces:
public final class ProfileTab.GalleryGrid extends ProfileTab
Gallery tab with multimedia
-
-
Field Summary
Fields Modifier and Type Field Description private final Flow<PagingData<VerticalImageItem>>pager
-
Constructor Summary
Constructors Constructor Description ProfileTab.GalleryGrid(String name, Flow<PagingData<VerticalImageItem>> pager)
-
Method Summary
Modifier and Type Method Description final Flow<PagingData<VerticalImageItem>>getPager()-
-
Constructor Detail
-
ProfileTab.GalleryGrid
ProfileTab.GalleryGrid(String name, Flow<PagingData<VerticalImageItem>> pager)
-
-
Method Detail
-
getPager
final Flow<PagingData<VerticalImageItem>> getPager()
-
-
-
-