Package-level declarations

Types

Link copied to clipboard
internal data class GamesDataItem(val gameName: String, val topic: GamesDatumTopic, val detailedInformation: String? = null, val unpublishedMatches: Set<String> = emptySet<String>(), val source: String? = null, val tags: Set<GamesDatumTag> = setOf())
Link copied to clipboard
data class SenseDatumUI(val lemma: String, val description: String, val example: String, val synonyms: List<String>)
Link copied to clipboard
@Serializable
internal data class TipsAndAdviceProcessedModel(val advice: Map<String, String>)

Properties

Link copied to clipboard

Functions

fun internalEnumValuebyTipsAndAdviceViewModeUI(taaViewModeUI: TipsAndAdviceViewModeUI): ERROR CLASS: Symbol not found for UserSettings.TipsAndTricksViewMode
fun tipsAndAdviceViewModeUIbyInternalEnumValue(taaViewMode: ERROR CLASS: Symbol not found for UserSettings.TipsAndTricksViewMode): TipsAndAdviceViewModeUI