# 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

Keys Required Description
title Yes Title of the notification
message Yes Message to be displayed in the body of notification
image No URL of the image to be displayed in notification
which No P/B/L/D
link with which url on which to action is to be taken
notificationType Required Z
title_clr Optional Title Color
message_clr Optional Message Color
meta_clr Optional Color for AppName
bg_clr Optional Background Color, though this is not visible in most cases due to image
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"
  }
}

Expanded & Collapsed State
Expanded & Collapsed State

# One-Bezel Notification

Keys Required Description
title Yes Title of the notification
message Yes Message to be displayed in the body of notification
image No URL of the image to be displayed in notification
which No P/B/L/D
link with which url on which to action is to be taken
notificationType Required Z
title_clr Optional Title Color
message_clr Optional Message Color
meta_clr Optional Color for AppName
bg_clr Optional Background Color, though this is not visible in most cases due to image
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"
  }
}

Expanded & Collapsed State
Expanded & Collapsed State