Skip to content

v1.7.0

Compare
Choose a tag to compare
@Naturalclar Naturalclar released this 26 Oct 06:46
· 70 commits to master since this release

You can now add notifications with interactions πŸŽ‰

Notification With Action With TextInput Action

The following methods are added:

  • addNotificationRequest
  • setNotificationCategory
  • removeAllPendingNotificationRequests
  • getPendingNotificationRequests

Added deprecation notices for methods that were using deprecating methods since iOS10.

The following methods are now deprecated, and will be removed from the next major version release.

  • presentLocalNotification: use addNotificationRequest instead
  • scheduleLocalNotification: use addNotificationRequest instead
  • cancelAllLocalNotifications: use removeAllPendingNotificationRequests instead
  • getScheduledLocalNotifications: use getPendingNotificationRequests instead

Changelog