DebugMenuScreenContentState
data class DebugMenuScreenContentState(val localDiffusionAllowCancel: Boolean = false, val localDiffusionSchedulerThread: String = "", val showWorkManagerSection: Boolean = true, val showLocalDiffusionSection: Boolean = true, val showQualityAssuranceSection: Boolean = true)(source)
Carries DebugMenuScreenContentState data through the SDAI presentation layer.
Author
Dmitriy Moroz
Constructors
Properties
Link copied to clipboard
Exposes the localDiffusionAllowCancel value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the localDiffusionSchedulerThread value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the showLocalDiffusionSection value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the showQualityAssuranceSection value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the showWorkManagerSection value used by the SDAI presentation layer.