Package-level declarations
Types
Link copied to clipboard
Provides the EditTagConstants singleton used by the SDAI presentation layer.
Link copied to clipboard
Defines the EditTagEffect contract for the SDAI presentation layer.
Link copied to clipboard
Defines the EditTagIntent contract for the SDAI presentation layer.
Link copied to clipboard
Link copied to clipboard
class EditTagViewModel(dispatchersProvider: DispatchersProvider, prompt: String, negativePrompt: String, tag: String, isNegative: Boolean) : BaseMviViewModel<EditTagState, EditTagIntent, EditTagEffect>
Coordinates EditTagViewModel behavior in the SDAI presentation layer.
Functions
Link copied to clipboard
Link copied to clipboard
Loads SDAI data through getExtraDoubleValue.
Link copied to clipboard
Executes the replaceExtraValue step in the SDAI presentation layer.
Link copied to clipboard
private fun ScreenContent(modifier: Modifier = Modifier, state: EditTagState, processIntent: (EditTagIntent) -> Unit = {})
Renders the ScreenContent UI for the SDAI presentation layer.