EmptyImageInputActions

internal fun EmptyImageInputActions(strings: ImageToImageStrings, enabled: Boolean, onGalleryClick: () -> Unit, onCameraClick: () -> Unit, onRandomClick: () -> Unit)(source)

Renders the EmptyImageInputActions UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

strings

strings value consumed by the API.

enabled

enabled value consumed by the API.

onGalleryClick

callback invoked by the component.

onCameraClick

callback invoked by the component.

onRandomClick

callback invoked by the component.