Package zendesk.android.events
Class ZendeskEvent.NotificationDisplayed
-
- All Implemented Interfaces:
public final class ZendeskEvent.NotificationDisplayed extends ZendeskEvent
This event is emitted when a push notification is displayed to the user. Please note that this event is triggered only when Zendesk SDK is initialized.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.NotificationDisplayed(String id, Long timestamp, NotificationDisplayedDetails 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 message was received that triggered the notification. final NotificationDisplayedDetails
getData()
The details of the notification displayed, including the conversation ID -
-
Constructor Detail
-
ZendeskEvent.NotificationDisplayed
ZendeskEvent.NotificationDisplayed(String id, Long timestamp, NotificationDisplayedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the message was received that triggered the notification.
-
getData
final NotificationDisplayedDetails getData()
The details of the notification displayed, including the conversation ID
-
-
-
-