This commit is contained in:
Alfonso Grillo
2023-01-30 17:45:10 +01:00
parent ce6799f1b1
commit 1332322df9
5 changed files with 183 additions and 6 deletions
@@ -19,7 +19,9 @@ import Foundation
struct MockNotificationPushRule: NotificationPushRuleType {
var ruleId: String!
var enabled: Bool
var actions: NotificationActions? = NotificationStandardActions.notifyDefaultSound.actions
func matches(standardActions: NotificationStandardActions?) -> Bool {
false
standardActions?.actions == actions
}
}