Package zendesk.android.events
Class NotificationOpenedDetails
-
- All Implemented Interfaces:
public final class NotificationOpenedDetailsRepresents the details of a notification that has been opened.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconversationId
-
Constructor Summary
Constructors Constructor Description NotificationOpenedDetails(String conversationId)
-
Method Summary
Modifier and Type Method Description final StringgetConversationId()The unique identifier of the conversation associated with the notification. -
-
Constructor Detail
-
NotificationOpenedDetails
NotificationOpenedDetails(String conversationId)
-
-
Method Detail
-
getConversationId
final String getConversationId()
The unique identifier of the conversation associated with the notification.
-
-
-
-