Package zendesk.android.events
Class ZendeskEvent.NewConversationButtonClicked
-
- All Implemented Interfaces:
public final class ZendeskEvent.NewConversationButtonClicked extends ZendeskEvent
Event emitted when the new conversation button is clicked by the user.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.NewConversationButtonClicked(String id, Long timestamp, NewConversationButtonClickedDetails data)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier of the event. final LonggetTimestamp()The Unix timestamp when the new conversation button was clicked. final NewConversationButtonClickedDetailsgetData()Details about the new conversation button click event, including the source of the click. -
-
Constructor Detail
-
ZendeskEvent.NewConversationButtonClicked
ZendeskEvent.NewConversationButtonClicked(String id, Long timestamp, NewConversationButtonClickedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the new conversation button was clicked.
-
getData
final NewConversationButtonClickedDetails getData()
Details about the new conversation button click event, including the source of the click.
-
-
-
-