SetLanguage

data class SetLanguage(val languageCode: String) : SettingsIntent.Action(source)

Carries SetLanguage data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

languageCode

BCP-47 language code handled by the platform layer.

Constructors

Link copied to clipboard
constructor(languageCode: String)

Properties

Link copied to clipboard