#
Bezel Notifications
The Bezel template ensures that the background image covers the entire available surface area of the push notification. All the text is overlayed on the image.
#
Zero-Bezel Notification
This template shows the image in the background and the text is overlayed on the image. It has a title, message and app name along with icon.
Content
Screenshot
{
"to": "/topics/AppName",
"data": {
"title": "Z Template Notification",
"message": "You can use this format for zero bezel template push notifications",
"image": "https://picsum.photos/500/280",
"link": "https://in.appyhigh.com",
"which": "L",
"notificationType": "Z"
}
}
#
One-Bezel Notification
This template has same UI as zero bezel but without AppName
Content
Screenshot
{
"to": "/topics/AppName",
"data": {
"title": "O Template Notification",
"message": "You can use this format for one bezel template push notifications",
"image": "https://picsum.photos/500/280",
"link": "https://in.appyhigh.com",
"which": "L",
"notificationType": "O"
}
}