Package zendesk.android.events
Class NotificationDisplayedDetails
-
- All Implemented Interfaces:
public final class NotificationDisplayedDetailsRepresents the details of a notification displayed event.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconversationIdprivate final DoublemessageReceivedTimestamp
-
Constructor Summary
Constructors Constructor Description NotificationDisplayedDetails(String conversationId, Double messageReceivedTimestamp)
-
Method Summary
Modifier and Type Method Description final StringgetConversationId()The ID of the conversation associated with the notification. final DoublegetMessageReceivedTimestamp()The timestamp when the message was received. -
-
Method Detail
-
getConversationId
final String getConversationId()
The ID of the conversation associated with the notification.
-
getMessageReceivedTimestamp
final Double getMessageReceivedTimestamp()
The timestamp when the message was received.
-
-
-
-