Package zendesk.android.events
Class ZendeskEvent.MetadataFailure
-
- All Implemented Interfaces:
public final class ZendeskEvent.MetadataFailure extends ZendeskEvent
This event is emitted when sending the conversation metadata to the server has failed.
Metadata is sent when the end user either sends a message or creates a new conversation.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.MetadataFailure(String id, Long timestamp, MetadataFailureDetails 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 MetadataFailureDetailsgetData()The details of the metadata failure, including the conversation ID and a human-readable reason. -
-
Constructor Detail
-
ZendeskEvent.MetadataFailure
ZendeskEvent.MetadataFailure(String id, Long timestamp, MetadataFailureDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final MetadataFailureDetails getData()
The details of the metadata failure, including the conversation ID and a human-readable reason.
-
-
-
-