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..6a0517ba3f 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..33461626d2 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).