Add message about new update
This commit is contained in:
parent
0ad957f38f
commit
4a68792df0
1 changed files with 17 additions and 0 deletions
|
@ -1,6 +1,23 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 70,
|
||||
title = "VULCAN NAS ZABLOKOWAŁ, ale naprawiliśmy",
|
||||
content = "Aktualizacja z łatką jest dostępna w sklepie Play. Kliknij, aby przejść do sklepu i zaktualizować",
|
||||
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,
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
versionMax = 156,
|
||||
isXVisible = false,
|
||||
isOkVisible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 69,
|
||||
title = "VULCAN nas zablokował",
|
||||
|
|
Loading…
Reference in a new issue