MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.notification/NotificationCenter/Event/ShowProgress

ShowProgress

[jvm]
data class ShowProgress(val visible: Boolean) : NotificationCenter.Event

Constructors

   
ShowProgress [jvm]
constructor(visible: Boolean)

Properties

Name Summary
visible [jvm]
val visible: Boolean