Update NotificationSettingsServiceType

This commit is contained in:
Alfonso Grillo
2023-01-27 13:27:18 +01:00
parent 290dfa0e95
commit 46b16da3c2
4 changed files with 13 additions and 6 deletions
@@ -44,5 +44,6 @@ class MockNotificationSettingsService: NotificationSettingsServiceType, Observab
keywords.remove(keyword)
}
func updatePushRuleActions(for ruleId: String, enabled: Bool, actions: NotificationActions?) { }
func updatePushRuleActions(for ruleId: String, enabled: Bool, actions: NotificationActions?, completion: ((Result<Void, Error>) -> Void)?) {
}
}