cancel
Showing results for 
Search instead for 
Did you mean: 

MDK - Show Push notifications in notifications list

apoorv_bhargava2
Employee
Employee
0 Kudos

Hello,

We have a use case where we need to show the push notification in a list to the user.

I referred the tutorial - https://developers.sap.com/tutorials/cp-mobile-dev-kit-push.html

It describes how notification appears as alert popup.

Is it possible to show all the notifications to user in a list as shown in attachment?

Any pointer/reference will be very helpfil

Thanks,

Apoorv

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

apoorv.bhargava2

Were you able to resolve your issue? If the below response helped you, then please mark the helpful answer by accepting it OR post an answer so others might benefit from your findings and then close this discussion.

Regards,
Jitendra (SAP Community Moderator)

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

In your MDK application you have the Push Notification events that you can be used to save the push messages where you feel is best (offline entity, client data, app settings, flat file, etc). Then you can create a standard MDK page to display the list based on your requirements.

There may be an OS level feature to get the list of pending notifications you could use as well but will need to investigate further if you want to go down this path.