Package zendesk.android.events
Class ZendeskEvent.MetadataSuccess
-
- All Implemented Interfaces:
public final class ZendeskEvent.MetadataSuccess extends ZendeskEvent
This event is emitted when the conversation metadata has been successfully sent to the server.
Metadata is sent when the end user either sends a message or creates a new conversation.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.MetadataSuccess(String id, Long timestamp, MetadataSuccessDetails data)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier of the event. final LonggetTimestamp()The Unix timestamp when the event fired. final MetadataSuccessDetailsgetData()The details of the metadata update, including the conversation ID. -
-
Constructor Detail
-
ZendeskEvent.MetadataSuccess
ZendeskEvent.MetadataSuccess(String id, Long timestamp, MetadataSuccessDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final MetadataSuccessDetails getData()
The details of the metadata update, including the conversation ID.
-
-
-
-