Package com.marigold.sdk.model
Class ActionTapped
-
- All Implemented Interfaces:
public final class ActionTapped
Represents the notification action tapped by the user in SDK callbacks.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
title
private final String
category
private final NotificationActionState
actionState
-
Constructor Summary
Constructors Constructor Description ActionTapped(String title, String category, NotificationActionState actionState)
-
Method Summary
Modifier and Type Method Description final String
getTitle()
final String
getCategory()
final NotificationActionState
getActionState()
-
-
Constructor Detail
-
ActionTapped
ActionTapped(String title, String category, NotificationActionState actionState)
- Parameters:
title
- The action title.category
- The action category.actionState
- The NotificationActionState of the tapped action.
-
-
Method Detail
-
getCategory
final String getCategory()
-
getActionState
final NotificationActionState getActionState()
-
-
-
-