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