MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.usecase

Package-level declarations

Types

Name Summary
DefaultValidateSpellingUseCase [jvm]
class DefaultValidateSpellingUseCase(repository: SpellCheckRepository, dispatchers: CoroutineDispatcherProvider) : ValidateSpellingUseCase
ValidateSpellingUseCase [jvm]
interface ValidateSpellingUseCase
Contract of the validate spelling use case.