Merge pull request #773 from rolfbjarne/xcode8-usernotifications-review

[UserNotifications] Improve a method name a bit by removing a 'With*' suffix
This commit is contained in:
Alex Soto 2016-09-06 14:50:22 -05:00 коммит произвёл GitHub
Родитель d0d30a378f a048b9bd2c
Коммит 494ef376a0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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