onUiStateUpdated

open override fun onUiStateUpdated(uiState: UiState)

Called when the UI state is updated. Subclasses can override this method to update custom UI elements.

If you only need the final result, you can override onFinished instead.