Package-level declarations

Functions

Link copied to clipboard

Executes the formatSupporterDate step in the SDAI presentation layer.

Link copied to clipboard
fun GridIcon(grid: Grid, modifier: Modifier = Modifier, iconSize: Dp = 24.dp, spacing: Dp = 2.dp, color: Color = MaterialTheme.colorScheme.primary)

Renders the GridIcon UI for the SDAI presentation layer.

Link copied to clipboard
fun SettingsHeader(modifier: Modifier = Modifier, loading: Boolean = false, text: UiText)

Renders the SettingsHeader UI for the SDAI presentation layer.

Link copied to clipboard
fun SettingsHeaderContent(text: String, modifier: Modifier = Modifier, loading: Boolean = false)

Renders the SettingsHeaderContent UI for the SDAI presentation layer.

Link copied to clipboard
fun SettingsItem(text: String, modifier: Modifier = Modifier, loading: Boolean = false, enabled: Boolean = true, selected: Boolean = false, animateBackground: Boolean = false, showChevron: Boolean = true, endValueText: String = "", endValueContent: @Composable () -> Unit? = null, startIconContent: @Composable () -> Unit? = null, onClick: () -> Unit = {})
fun SettingsItem(modifier: Modifier = Modifier, loading: Boolean = false, enabled: Boolean = true, selected: Boolean = false, startIcon: ImageVector? = null, text: UiText, animateBackground: Boolean = false, showChevron: Boolean = true, endValueText: UiText = UiText.empty, endValueContent: @Composable () -> Unit? = null, startIconContent: @Composable () -> Unit? = null, onClick: () -> Unit = {})

Renders the SettingsItem UI for the SDAI presentation layer.

Link copied to clipboard
fun SettingsItemContent(text: String, modifier: Modifier = Modifier, startIconContent: @Composable () -> Unit? = null)
fun SettingsItemContent(modifier: Modifier = Modifier, icon: ImageVector? = null, text: UiText, iconContent: @Composable () -> Unit? = null)

Renders the SettingsItemContent UI for the SDAI presentation layer.

Link copied to clipboard
private fun settingsStartIconContent(startIcon: ImageVector?, customContent: @Composable () -> Unit?): @Composable () -> Unit?

Renders the settingsStartIconContent UI for the SDAI presentation layer.

Link copied to clipboard
fun SupporterItem(modifier: Modifier = Modifier, supporter: Supporter? = null)

Renders the SupporterItem UI for the SDAI presentation layer.