onNotificationActionTapped

abstract fun onNotificationActionTapped(context: Context, bundle: Bundle, title: String, category: String, actionState: NotificationActionState)

Called when the notification is tapped

Note: You should not try to load/save data to Marigold directly from this method

Parameters

context

the application context

bundle

notification data

title

the title of the tapped action

category

the category the tapped action belongs to

actionState

the NotificationActionState the application will be left in after the notification action handling