SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
presentation
/
com.shifthackz.aisdv1.presentation.screen.gallery.detail
/
GalleryDetailViewModel
/
GalleryDetailPagerWindow
Gallery
Detail
Pager
Window
private
data
class
GalleryDetailPagerWindow
(
val
contents
:
List
<
GalleryDetailContent
>
,
val
startIndex
:
Int
,
val
currentIndex
:
Int
)
(
source
)
Members
Constructors
Gallery
Detail
Pager
Window
Link copied to clipboard
constructor
(
contents
:
List
<
GalleryDetailContent
>
,
startIndex
:
Int
,
currentIndex
:
Int
)
Properties
contents
Link copied to clipboard
val
contents
:
List
<
GalleryDetailContent
>
current
Index
Link copied to clipboard
val
currentIndex
:
Int
start
Index
Link copied to clipboard
val
startIndex
:
Int