DonateScreenContent

fun DonateScreenContent(state: DonateState, strings: DonateScreenStrings, processIntent: (DonateIntent) -> Unit, modifier: Modifier = Modifier, brandIcon: @Composable () -> Unit = {})(source)

Renders the DonateScreenContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

state

state rendered or processed by the component.

strings

strings value consumed by the API.

processIntent

process intent value consumed by the API.

modifier

Compose modifier applied to the rendered UI.

brandIcon

brand icon value consumed by the API.