ProfileTab

sealed class ProfileTab

Represents a profile page tab with data

Inheritors

Types

Link copied to clipboard
class DirectoryGrid(val name: String, val pager: Flow<PagingData<DirectoryModel>>) : ProfileTab

Directory tab with items

Link copied to clipboard
class GalleryGrid(val name: String, val pager: Flow<PagingData<VerticalImageItem>>) : ProfileTab

Gallery tab with multimedia

Link copied to clipboard
class Info(val name: String, val dataSections: List<ExtraSection>) : ProfileTab

Info tab with several sections

Properties

Link copied to clipboard

Tab name