TtEmptyStateViewModel

fun TtEmptyStateViewModel(image: DrawableResolver? = null, headerText: StringResolver? = null, bodyText: StringResolver? = null, primaryButtonViewModel: TtButtonViewModel? = null, secondaryButtonViewModel: TtButtonViewModel? = null)

Parameters

image

The image to be shown.

headerText

The header text to be shown.

bodyText

The body text to be shown.

primaryButtonViewModel

The view model of the primary button to be shown.

secondaryButtonViewModel

The view model of the secondary button to be shown.