Package-level declarations

Functions

Link copied to clipboard
internal actual fun applyAppLanguage(languageCode: String)

Executes the applyAppLanguage step in the SDAI presentation layer.

internal expect fun applyAppLanguage(languageCode: String)

Executes the applyAppLanguage step in the SDAI presentation layer.

internal actual fun applyAppLanguage(languageCode: String)

Executes the applyAppLanguage step in the SDAI presentation layer.

Link copied to clipboard
fun LanguageBottomSheet(modifier: Modifier = Modifier, onLanguageSelected: (String) -> Unit = { applyAppLanguage(it) }, onDismissRequest: () -> Unit = {})

Renders the LanguageBottomSheet UI for the SDAI presentation layer.

Link copied to clipboard
internal actual fun LanguageFlagIcon(languageCode: String)

Renders the LanguageFlagIcon UI for the SDAI presentation layer.

internal expect fun LanguageFlagIcon(languageCode: String)

Renders the LanguageFlagIcon UI for the SDAI presentation layer.

internal actual fun LanguageFlagIcon(languageCode: String)

Renders the LanguageFlagIcon UI for the SDAI presentation layer.