GalleryDetail

data class GalleryDetail(val itemId: Long) : AppRoute(source)

Carries GalleryDetail data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

itemId

item id value consumed by the API.

Constructors

Link copied to clipboard
constructor(itemId: Long)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Maps a route back to the home tab that should stay selected underneath it.

Link copied to clipboard

Executes the canFallBackToTextToImage step in the SDAI presentation layer.

Link copied to clipboard

Executes the isHomeRoute step in the SDAI presentation layer.