Questions about Local Notifications with Actions

Please provide the following:

  1. SDK Version: 35
  2. Platforms: Android

Hey, guys

My goal was to have scheduled local notifications which have actions. Main purpose of the notifications were to give the user the ability to perform certain operations at certain points without the need to open the app. Similar to the reminder notifications from Google Calendar.

I bumped in to two problems when trying to implement this. When app is not open, then I click an action on the notification:

  1. The app opens
  2. The notificationListener is provided with the notification object, but no actionId property. (I think that this might be a bug, will probably write a bug report later)

When the app is open or in background, the actionId is properly provided.

Is it possible to handle the notification action without opening the app?
Is the missing actionId property when app is closed the expected behaviour?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.