EditTagViewModel
class EditTagViewModel(dispatchersProvider: DispatchersProvider, prompt: String, negativePrompt: String, tag: String, isNegative: Boolean) : BaseMviViewModel<EditTagState, EditTagIntent, EditTagEffect> (source)
Coordinates EditTagViewModel behavior in the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
dispatchersProvider
dispatchers provider value consumed by the API.
prompt
positive prompt text for image generation.
negativePrompt
negative prompt text for image generation.
tag
tag value consumed by the API.
isNegative
is negative value consumed by the API.
Constructors
Link copied to clipboard
constructor(dispatchersProvider: DispatchersProvider, prompt: String, negativePrompt: String, tag: String, isNegative: Boolean)