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
In notification Builder there are only two methods for alert - alertBody(...) and alertTitle(...). But what about other keys for alert? Is it possible to use others alert's keys?
The text was updated successfully, but these errors were encountered:
Some of the other keys are: "action-loc-key", "loc-key", "loc-args" See Apple Docs.
In my case I needed "alert" to be a string as my existing app depends on that structure so I override the Notification class.
Hi.
Is it possible to create notification with such alert format:
"alert":
{ "body": "Body..",
"title": "Title..",
"subtitle": "Subtitle.."
}
In notification Builder there are only two methods for alert - alertBody(...) and alertTitle(...). But what about other keys for alert? Is it possible to use others alert's keys?
The text was updated successfully, but these errors were encountered: