#
Heading Notifications
#
Image with Heading Notification
This template will show image in full height and title will be overlayed on the image aligned to the bottom edge of image. It also shows app name and icon aligned to top edge of image.
Content
Screenshot
{
"to": "/topics/AppName",
"data": {
"title": "imageWithHeading 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": "imageWithHeading"
}
}
#
Image with Sub-Heading Notification
This template will show heading on top and sub-heading below the image, the height limit of this image is comparatively less than other templates.
Content
Screenshot
{
"to": "/topics/AppName",
"data": {
"title": "imageWithSubHeading Template Notification",
"message": "You can use this format for image with sub-heading template push notifications",
"image": "https://picsum.photos/500/200",
"link": "https://in.appyhigh.com",
"which": "L",
"notificationType": "imageWithSubHeading"
}
}
#
Small Card Notification
This template will show custom UI with title and message along with the image to their right.
Content
Screenshot
{
"to": "/topics/AppName",
"data": {
"title": "Small Card Template",
"message": "You can use this format for small card template push notifications",
"image": "https://picsum.photos/500/200",
"link": "https://in.appyhigh.com",
"which": "L",
"notificationType": "smallTextImageCard"
}
}