data class AppConfiguration
A configuration object that is sent from the keyboard sdk to the app whenever the language of the keyboard changes or other configuration changes.
Constructors | |
---|---|
AppConfiguration(currentLocale: String) | |
AppConfiguration(availableLocales: List<String>) | |
AppConfiguration(currentLocale: String, availableLocales: List<String>) |
Properties | |
---|---|
String | currentLocale The current locale in the keyboard |
List<String> | availableLocales The available locales to the keyboard |
AppConfiguration(currentLocale: String)
Parameters | |
---|---|
currentLocale: String |
The current locale in the keyboard |
AppConfiguration(availableLocales: List<String>)
Parameters | |
---|---|
availableLocales: List<String> |
The available locales to the keyboard |
AppConfiguration(currentLocale: String, availableLocales: List<String>)
Parameters | |
---|---|
currentLocale: String |
The current locale in the keyboard |
availableLocales: List<String> |
The available locales to the keyboard |
val currentLocale: String = ""
The current locale in the keyboard
val availableLocales: List<String> = emptyList()
The available locales to the keyboard