Package-level declarations
Functions
Link copied to clipboard
Executes the formatSupporterDate step in the SDAI presentation layer.
Link copied to clipboard
Renders the SettingsHeader UI for the SDAI presentation layer.
Link copied to clipboard
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
Renders the SupporterItem UI for the SDAI presentation layer.