ActionTapped

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.

actionState

The NotificationActionState of the tapped action.

Constructors

Link copied to clipboard
constructor(title: String, category: String, actionState: NotificationActionState)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard