From a048b9bd2c40d559e81c1b98e7817240a552edcb Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 2 Sep 2016 20:51:55 +0200 Subject: [PATCH] [UserNotifications] Improve a method name a bit by removing a 'With*' suffix. --- src/usernotifications.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usernotifications.cs b/src/usernotifications.cs index 2bd5293614..ae832e5df7 100644 --- a/src/usernotifications.cs +++ b/src/usernotifications.cs @@ -641,7 +641,7 @@ namespace XamCore.UserNotifications { [Unavailable (PlatformName.TvOS)] [Export ("removeDeliveredNotificationsWithIdentifiers:")] - void RemoveDeliveredNotificationsWithIdentifiers (string[] identifiers); + void RemoveDeliveredNotifications (string[] identifiers); [Unavailable (PlatformName.TvOS)] [Export ("removeAllDeliveredNotifications")]