From d23bc99035512992c29050431152c240958ba5a8 Mon Sep 17 00:00:00 2001 From: Ryan Morales Date: Mon, 5 Aug 2024 14:23:35 -0700 Subject: [PATCH 1/2] Add minimum api info for timer and input box push templates --- .../reference/push-notifications/templates/input-box.md | 4 ++++ .../resources/reference/push-notifications/templates/timer.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/pages/resources/reference/push-notifications/templates/input-box.md b/src/pages/resources/reference/push-notifications/templates/input-box.md index 97e67c516b..d0c6ad932d 100644 --- a/src/pages/resources/reference/push-notifications/templates/input-box.md +++ b/src/pages/resources/reference/push-notifications/templates/input-box.md @@ -16,6 +16,10 @@ A notification including a title, message body, optional image, and a user input After receiving text input, an `Intent` containing the input is dispatched to the app and a feedback received notification can be displayed if a feedback message or image is provided in the push payload. + + +Input box push notifications are supported on Android API 24 or newer.
+ The table below shows all available properties in the respective payload for FCM (Android). diff --git a/src/pages/resources/reference/push-notifications/templates/timer.md b/src/pages/resources/reference/push-notifications/templates/timer.md index 7c7cf18e05..c00e5c48af 100644 --- a/src/pages/resources/reference/push-notifications/templates/timer.md +++ b/src/pages/resources/reference/push-notifications/templates/timer.md @@ -16,6 +16,10 @@ Notification containing title, body, image, and timer. Alternate title, body, and image can be configured to be shown upon expiry of the timer. + + +Timer push notifications are supported on Android API 24 or newer.
+ Templates below show all available properties in their respective payloads for FCM (Android) and APNS (iOS). From 373de1cf573afc724d35009098f756f2e90fb494 Mon Sep 17 00:00:00 2001 From: Ryan Morales Date: Wed, 7 Aug 2024 10:44:25 -0700 Subject: [PATCH 2/2] remove unneeded br tags --- .../reference/push-notifications/templates/input-box.md | 2 +- .../resources/reference/push-notifications/templates/timer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/resources/reference/push-notifications/templates/input-box.md b/src/pages/resources/reference/push-notifications/templates/input-box.md index d0c6ad932d..6a0517ba3f 100644 --- a/src/pages/resources/reference/push-notifications/templates/input-box.md +++ b/src/pages/resources/reference/push-notifications/templates/input-box.md @@ -18,7 +18,7 @@ After receiving text input, an `Intent` containing the input is dispatched to th -Input box push notifications are supported on Android API 24 or newer.
+Input box push notifications are supported on Android API 24 or newer. The table below shows all available properties in the respective payload for FCM (Android). diff --git a/src/pages/resources/reference/push-notifications/templates/timer.md b/src/pages/resources/reference/push-notifications/templates/timer.md index c00e5c48af..33461626d2 100644 --- a/src/pages/resources/reference/push-notifications/templates/timer.md +++ b/src/pages/resources/reference/push-notifications/templates/timer.md @@ -18,7 +18,7 @@ Alternate title, body, and image can be configured to be shown upon expiry of th -Timer push notifications are supported on Android API 24 or newer.
+Timer push notifications are supported on Android API 24 or newer. Templates below show all available properties in their respective payloads for FCM (Android) and APNS (iOS).