Package zendesk.android.events
Class ZendeskEvent.ProactiveMessageDisplayed
-
- All Implemented Interfaces:
public final class ZendeskEvent.ProactiveMessageDisplayed extends ZendeskEvent
This event is emitted when a proactive message notification has been successfully displayed to the user.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ProactiveMessageDisplayed(String id, Long timestamp, ProactiveMessageDisplayedDetails 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 event fired. final ProactiveMessageDisplayedDetails
getData()
The details of the event, including the proactive message ID and campaign ID. -
-
Constructor Detail
-
ZendeskEvent.ProactiveMessageDisplayed
ZendeskEvent.ProactiveMessageDisplayed(String id, Long timestamp, ProactiveMessageDisplayedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final ProactiveMessageDisplayedDetails getData()
The details of the event, including the proactive message ID and campaign ID.
-
-
-
-