Action Tapped
data class ActionTapped(val title: String, val category: String, val actionState: NotificationActionState)
Represents the notification action tapped by the user in SDK callbacks.
Parameters
title
The action title.
category
The action category.
action State
The NotificationActionState of the tapped action.