//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 |