gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 01/204: Notifications


From: gnunet
Subject: [taler-taler-ios] 01/204: Notifications
Date: Thu, 05 Dec 2024 23:49:29 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 365065692d0c709d50740fec939373bbc23cca76
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Sep 7 05:33:33 2024 +0200

    Notifications
---
 TalerWallet1/Controllers/PublicConstants.swift | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/TalerWallet1/Controllers/PublicConstants.swift 
b/TalerWallet1/Controllers/PublicConstants.swift
index 10d4a46..1e1c9c2 100644
--- a/TalerWallet1/Controllers/PublicConstants.swift
+++ b/TalerWallet1/Controllers/PublicConstants.swift
@@ -122,4 +122,10 @@ extension Notification.Name {
 /// Notifications for internal synchronization
 extension Notification.Name {
     static let BalanceReloaded = Notification.Name("balanceReloaded")
+    static let SendAction = Notification.Name("sendAction")
+    static let RequestAction = Notification.Name("requestAction")
+    static let DepositAction = Notification.Name("depositAction")
+    static let WithdrawAction = Notification.Name("withdrawAction")
+    static let HideTabBarView = Notification.Name("hideTabBarView")
+    static let ShowTabBarView = Notification.Name("showTabBarView")
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]