ChangelogService

@Singleton
class ChangelogService @Inject constructor(    context: Context,     ioDispatcher: CoroutineDispatcher,     localeManager: LocaleManager)

Constructors

Link copied to clipboard
@Inject
fun ChangelogService(    context: Context,     ioDispatcher: CoroutineDispatcher,     localeManager: LocaleManager)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun observeChangelog(): Changelog