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")]