LocalDiffusionOnBoardingSpec

data class LocalDiffusionOnBoardingSpec(val serverSource: ServerSource, val titleKey: String, val progressTitleKey: String)(source)

Carries local generation onboarding values for the active platform.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(serverSource: ServerSource, titleKey: String, progressTitleKey: String)

Properties

Link copied to clipboard

Exposes the progressTitleKey value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the serverSource value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the titleKey value used by the SDAI presentation layer.