DownloadSourceIcon

internal actual fun DownloadSourceIcon(host: String, modifier: Modifier)(source)

Renders the DownloadSourceIcon UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

host

host value consumed by the API.

modifier

Compose modifier applied to the rendered UI.

internal expect fun DownloadSourceIcon(host: String, modifier: Modifier = Modifier)(source)

Platform icon for a download source hostname.

internal actual fun DownloadSourceIcon(host: String, modifier: Modifier)(source)

Renders the DownloadSourceIcon UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

host

host value consumed by the API.

modifier

Compose modifier applied to the rendered UI.