Package com.marigold.sdk.model
Class ActionTapped
-
- All Implemented Interfaces:
public final class ActionTappedRepresents the notification action tapped by the user in SDK callbacks.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtitleprivate final Stringcategoryprivate final NotificationActionStateactionState
-
Constructor Summary
Constructors Constructor Description ActionTapped(String title, String category, NotificationActionState actionState)
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final StringgetCategory()final NotificationActionStategetActionState()-
-
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()
-
-
-
-