ProviderPreviewScreen

private fun ProviderPreviewScreen(strings: ServerSetupStrings, sources: List<ServerSource>, selectedSource: ServerSource, modifier: Modifier = Modifier)(source)

Renders the ProviderPreviewScreen UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

strings

strings value consumed by the API.

sources

sources value consumed by the API.

selectedSource

selected source value consumed by the API.

modifier

Compose modifier applied to the rendered UI.