Add message about new update available
This commit is contained in:
parent
486ded45e9
commit
3a5f91aa74
1 changed files with 16 additions and 0 deletions
|
@ -1,6 +1,22 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 64,
|
||||
title = "Dostępna aktualizacja",
|
||||
content = "Aktualizacja naprawiająca większość błędów z ładowaniem danych jest dostępna w sklepie Play. Klikjnij, aby przejść",
|
||||
priority = MessagePriority.MEDIUM,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
destinationUrl = "https://play.google.com/store/apps/details?id=io.github.wulkanowy&utm_source=message",
|
||||
targetFlavor = AppFlavor.PLAY,
|
||||
types = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
),
|
||||
versionMax = 151,
|
||||
isXVisible = false,
|
||||
isOkVisible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 63,
|
||||
title = "Masz problemy z weryfikacją captcha?",
|
||||
|
|
Loading…
Reference in a new issue