You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS 15 introduced time-sensitive notifications which requires interruptionLevel to be set on the notification object. Something like shown below:
Other interruption levels are .active and .passive.
The text was updated successfully, but these errors were encountered:
varungupta85
changed the title
Support for setting interruptionLevel (time-sensitive) notifications
Support for setting interruptionLevel (time-sensitive) in notifications
Dec 3, 2021
iOS 15 introduced time-sensitive notifications which requires
interruptionLevel
to be set on the notification object. Something like shown below:Other interruption levels are
.active
and.passive
.The text was updated successfully, but these errors were encountered: