Open
Description
Hi,
Is there a way to set interruption-level value like time-sensitive
for APNSDevice
?
Send communication and Time Sensitive notifications for more context if needed
example payload:
{
"aps" : {
"alert" : {
"title" : "Urgent",
"body" : "Your account requires attention."
}
"interruption-level" : "time-sensitive"
}
}