Package zendesk.android.events
Class ZendeskEvent.NotificationOpened
-
- All Implemented Interfaces:
public final class ZendeskEvent.NotificationOpened extends ZendeskEvent
This event is emitted when a notification that is not proactive message is opened by the user.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.NotificationOpened(String id, Long timestamp, NotificationOpenedDetails data)
-
Method Summary
Modifier and Type Method Description final String
getId()
The unique identifier of the event. final Long
getTimestamp()
The Unix timestamp when the notification was opened. final NotificationOpenedDetails
getData()
The details of the notification that was opened, including the conversation ID. -
-
Constructor Detail
-
ZendeskEvent.NotificationOpened
ZendeskEvent.NotificationOpened(String id, Long timestamp, NotificationOpenedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the notification was opened.
-
getData
final NotificationOpenedDetails getData()
The details of the notification that was opened, including the conversation ID.
-
-
-
-