Package zendesk.android.events
Class ZendeskEvent.ConversationExtensionDisplayed
-
- All Implemented Interfaces:
public final class ZendeskEvent.ConversationExtensionDisplayed extends ZendeskEvent
Event emitted when a conversation extension is displayed to the user.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ConversationExtensionDisplayed(String id, Long timestamp, ConversationExtensionDisplayedDetails 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 ConversationExtensionDisplayedDetails
getData()
The details of the conversation extension displayed, including conversation ID and URL. -
-
Constructor Detail
-
ZendeskEvent.ConversationExtensionDisplayed
ZendeskEvent.ConversationExtensionDisplayed(String id, Long timestamp, ConversationExtensionDisplayedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final ConversationExtensionDisplayedDetails getData()
The details of the conversation extension displayed, including conversation ID and URL.
-
-
-
-