SdModelsRefreshKey

private data class SdModelsRefreshKey(val source: ServerSource, val serverUrl: String, val demoMode: Boolean, val sdModel: String)(source)

Carries SdModelsRefreshKey data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(source: ServerSource, serverUrl: String, demoMode: Boolean, sdModel: String)

Properties

Link copied to clipboard

Exposes the demoMode value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sdModel value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the serverUrl value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the source value used by the SDAI presentation layer.