Setup

data class Setup(val source: LaunchSource = LaunchSource.SPLASH) : AppRoute(source)

Carries Setup data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

source

source value consumed by the API.

Constructors

Link copied to clipboard
constructor(source: LaunchSource = LaunchSource.SPLASH)

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.