Package zendesk.android.events
Class ZendeskEvent.PostbackButtonClicked
-
- All Implemented Interfaces:
public final class ZendeskEvent.PostbackButtonClicked extends ZendeskEvent
Event emitted when a postback button is clicked in a message.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.PostbackButtonClicked(String id, Long timestamp, PostbackButtonClickedDetails 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 PostbackButtonClickedDetails
getData()
The details of the postback button click, including the conversation ID and action name. -
-
Constructor Detail
-
ZendeskEvent.PostbackButtonClicked
ZendeskEvent.PostbackButtonClicked(String id, Long timestamp, PostbackButtonClickedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final PostbackButtonClickedDetails getData()
The details of the postback button click, including the conversation ID and action name.
-
-
-
-