MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.notification/DefaultNotificationCenter

DefaultNotificationCenter

[jvm]
object DefaultNotificationCenter : NotificationCenter

Properties

Name Summary
events [jvm]
open override val events: MutableSharedFlow<NotificationCenter.Event>
Observable event flow

Functions

Name Summary
send [jvm]
open override fun send(event: NotificationCenter.Event)
Publish and event to subscribers.