From 547291f04865f23090986667b5a802cd89ea003d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 25 Apr 2014 16:15:50 -0400 Subject: rework notifications infrastructure --- MediaBrowser.Model/ApiClient/IApiClient.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 323373106..bbd07817c 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -140,19 +140,12 @@ namespace MediaBrowser.Model.ApiClient /// Task. Task MarkNotificationsRead(string userId, IEnumerable notificationIdList, bool isRead); - /// - /// Updates the notification. - /// - /// The notification. - /// Task. - Task UpdateNotification(Notification notification); - /// /// Adds the notification. /// /// The notification. /// Task{Notification}. - Task AddNotification(Notification notification); + Task SendNotification(NotificationRequest notification); /// /// Gets the notifications summary. -- cgit v1.2.3