NavigateToPage

data class NavigateToPage(val page: Int) : GalleryDetailIntent(source)

Carries NavigateToPage data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

page

page value consumed by the API.

Constructors

Link copied to clipboard
constructor(page: Int)

Properties

Link copied to clipboard
val page: Int