commit 723d02fa3d539c7b14bfc110698be8dd7863dde4 parent 8d75ec8245fdf32dd63ca08fb5818683c186b4d3 Author: Marc Stibane <marc@taler.net> Date: Tue, 24 Jun 2025 06:26:42 +0200 Notifications Diffstat:
| M | TalerWallet1/Controllers/PublicConstants.swift | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Controllers/PublicConstants.swift b/TalerWallet1/Controllers/PublicConstants.swift @@ -130,8 +130,9 @@ public let TALERURI = "talerUri" public let TRANSACTIONTRANSITION = "transactionTransition" public let TRANSACTIONID = "transactionID" -public let NOTIFICATIONERROR = "error" -public let NOTIFICATIONANIMATION = "animation" +public let NOTIFICATIONTIME = "notif.time" +public let NOTIFICATIONERROR = "notif.error" +public let NOTIFICATIONANIMATION = "notif.animation" /// Notifications sent by wallet-core extension Notification.Name {