Package-level declarations

Types

Link copied to clipboard
sealed interface ErrorState : MviState

Defines the ErrorState contract for the SDAI presentation layer.

Link copied to clipboard
enum ExtraType(val raw: String) : Enum<ExtraType>

Coordinates ExtraType behavior in the SDAI presentation layer.

Link copied to clipboard
sealed interface GenerationModal

Defines the GenerationModal contract for the SDAI presentation layer.

Link copied to clipboard

Coordinates LaunchSource behavior in the SDAI presentation layer.

Link copied to clipboard

Coordinates MotionEvent behavior in the SDAI presentation layer.

Link copied to clipboard
data class PromptTagEditRequest(val prompt: String, val negativePrompt: String, val tag: String, val isNegative: Boolean)

Carries PromptTagEditRequest data through the SDAI presentation layer.