ios icon indicating copy to clipboard operation
ios copied to clipboard

Add support for local time sensitive notifications

Open desmondmc opened this issue 2 years ago • 0 comments

Since iOS 15, iOS has had support for Time Sensitive PNs. This PR adds support by adding an optional isTimeSensitive boolean to the NotificationRequest type.

Happy to hear what the maintainers think :)

https://www.howtogeek.com/751563/what-are-time-sensitive-notifications-on-iphone/ https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel/timesensitive

desmondmc avatar Jun 06 '22 21:06 desmondmc