Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
spoorthipujariadobe authored Aug 7, 2024
2 parents e7da8e4 + 0871738 commit 2653bca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<InlineAlert variant="info" slots="text"/>

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).

<TabsBlock orientation="horizontal" slots="heading, content" repeat="1"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<InlineAlert variant="info" slots="text"/>

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).

<TabsBlock orientation="horizontal" slots="heading, content" repeat="2"/>
Expand Down

0 comments on commit 2653bca

Please sign in to comment.