ServerOfflineUi

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

Method used to display the content when the server is offline

Parameters

uiDefaults

The style for this fallback page

retryText

The informative text for the user

retryAction

The action to retry the connection to the server