Hi, Is there a way to set [interruption-level](https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel) value like `time-sensitive` for `APNSDevice`? [Send communication and Time Sensitive notifications](https://developer.apple.com/videos/play/wwdc2021/10091/?time=680) for more context if needed example payload: ``` { "aps" : { "alert" : { "title" : "Urgent", "body" : "Your account requires attention." } "interruption-level" : "time-sensitive" } } ``` ```[tasklist] ### Tasks - [ ] https://github.com/jazzband/django-push-notifications/issues/708 ```
Hi,
Is there a way to set interruption-level value like
time-sensitiveforAPNSDevice?Send communication and Time Sensitive notifications for more context if needed
example payload: