LocalModel

sealed interface LocalModel : ServerSetupIntent(source)

Defines the LocalModel contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Carries ClickReduce data through the SDAI presentation layer.

Link copied to clipboard

Carries DeleteConfirm data through the SDAI presentation layer.

Link copied to clipboard
data class DownloadConfirm(val modelId: String, val url: String) : ServerSetupIntent.LocalModel

Carries DownloadConfirm data through the SDAI presentation layer.