DebugMenuScreenStrings

data class DebugMenuScreenStrings(val title: String, val mainSection: String, val actionLogger: String, val actionLoggerClear: String, val workManagerSection: String, val actionWorkRestartTxt2Img: String, val actionWorkRestartImg2Img: String, val actionWorkCancelAll: String, val localDiffusionSection: String, val actionLocalDiffusionAllowCancel: String, val actionLocalDiffusionScheduler: String, val qualityAssuranceSection: String, val actionBadBase64: String, val backContentDescription: String)(source)

Carries DebugMenuScreenStrings data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(title: String, mainSection: String, actionLogger: String, actionLoggerClear: String, workManagerSection: String, actionWorkRestartTxt2Img: String, actionWorkRestartImg2Img: String, actionWorkCancelAll: String, localDiffusionSection: String, actionLocalDiffusionAllowCancel: String, actionLocalDiffusionScheduler: String, qualityAssuranceSection: String, actionBadBase64: String, backContentDescription: String)

Properties

Link copied to clipboard

Exposes the actionBadBase64 value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the actionLocalDiffusionAllowCancel value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the actionLocalDiffusionScheduler value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the actionLogger value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the actionLoggerClear value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the actionWorkCancelAll value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the actionWorkRestartImg2Img value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the actionWorkRestartTxt2Img value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the backContentDescription value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localDiffusionSection value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the mainSection value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the qualityAssuranceSection value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the title value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the workManagerSection value used by the SDAI presentation layer.