NoInternetConnectionUi

private fun NoInternetConnectionUi(    viewModel: EquinoxViewModel,     uiDefaults: FallbackUiDefaults,     retryText: StringResource?,     retryAction: @Composable () -> Unit?)

Method used to display the content when the internet connection missing

Parameters

viewModel

The viewmodel used by the context from the ManagedContent method has been invoked, this is used to stop the refreshing routine when the internet connection is not available

uiDefaults

The style for this fallback page

retryText

The informative text for the user

retryAction

The action to retry the internet connection scan