Report

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

Carries Report 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

Executes the asHomeTabRoute step in the SDAI presentation layer.

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.