Skip to content

Commit 2f76fda

Browse files
authored
corrected removePendingNotificationRequests demo code (#321)
1 parent 88b49f9 commit 2f76fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Allows you to add specific actions for notification with specific category.
405405
### `removePendingNotificationRequests()`
406406

407407
```jsx
408-
PushNotificationIOS.removeDeliveredNotifications(identifiers);
408+
PushNotificationIOS.removePendingNotificationRequests(identifiers);
409409
```
410410

411411
Removes the specified pending notifications from Notification Center

0 commit comments

Comments
 (0)