Add cta to hms message

This commit is contained in:
Mikołaj Pich 2023-11-07 11:35:54 +01:00 committed by GitHub
parent 70000a8a72
commit 1d3a9d32e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,