TtEmptyStateViewModel

fun TtEmptyStateViewModel(image: DrawableResolver? = null, headerText: StringResolver? = null, bodyText: StringResolver? = null, buttonViewModels: List<TtButtonViewModel> = emptyList())

Parameters

image

The image to be shown.

headerText

The header text to be shown.

bodyText

The body text to be shown.

buttonViewModels

The view model of the buttons to be shown.