Add cta to hms message
This commit is contained in:
parent
70000a8a72
commit
1d3a9d32e1
1 changed files with 2 additions and 1 deletions
|
@ -20,9 +20,10 @@ val messages = listOf(
|
|||
Message(
|
||||
id = 42,
|
||||
title = "Ważny komunikat",
|
||||
content = "Aktualizacja naprawiająca ostatnie problemy powinna być u was juz dostępna",
|
||||
content = "Aktualizacja naprawiająca ostatnie problemy powinna być u was juz dostępna. Kliknij, aby przejść do Appgallery",
|
||||
priority = MessagePriority.MEDIUM,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
destinationUrl = "https://appgallery.huawei.com/#/app/C101440411",
|
||||
targetFlavor = AppFlavor.HMS,
|
||||
types = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
|
|
Loading…
Reference in a new issue