NoOpDebugMenuPlatformActions

Provides the NoOpDebugMenuPlatformActions singleton used by the SDAI presentation layer.

Author

Dmitriy Moroz

Properties

Link copied to clipboard
open override val showLocalDiffusionSection: Boolean = false

Exposes the showLocalDiffusionSection value used by the SDAI presentation layer.

Link copied to clipboard
open override val showWorkManagerSection: Boolean = false

Exposes the showWorkManagerSection value used by the SDAI presentation layer.

Functions

Link copied to clipboard
open override fun cancelAllWork(): Result<Unit>

Executes the cancelAllWork step in the SDAI presentation layer.

Link copied to clipboard
open suspend override fun clearLogs(): Result<Unit>

Performs the SDAI side effect handled by clearLogs.

Link copied to clipboard
open override fun retryLastImageToImageTask(): Result<Unit>

Executes the retryLastImageToImageTask step in the SDAI presentation layer.

Link copied to clipboard
open override fun retryLastTextToImageTask(): Result<Unit>

Executes the retryLastTextToImageTask step in the SDAI presentation layer.