[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.
- [taler-taler-ios] branch master updated (5f3f808 -> 36ccf96), gnunet, 2024/12/05
- [taler-taler-ios] 01/204: Notifications,
gnunet <=
- [taler-taler-ios] 03/204: Actions, gnunet, 2024/12/05
- [taler-taler-ios] 04/204: w.i.p, gnunet, 2024/12/05
- [taler-taler-ios] 02/204: Actions, -Overview, gnunet, 2024/12/05
- [taler-taler-ios] 08/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 06/204: fix fixedInnerHeight, gnunet, 2024/12/05
- [taler-taler-ios] 05/204: HelperViews, gnunet, 2024/12/05
- [taler-taler-ios] 07/204: amountAvailable @Binding, gnunet, 2024/12/05
- [taler-taler-ios] 09/204: nonZeroBalances, gnunet, 2024/12/05
- [taler-taler-ios] 11/204: debug, gnunet, 2024/12/05
- [taler-taler-ios] 10/204: SendAmount with Picker, gnunet, 2024/12/05