Package zendesk.android.events
Class MetadataFailureDetails
-
- All Implemented Interfaces:
public final class MetadataFailureDetailsData class representing the details for the ZendeskEvent.MetadataFailure.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconversationIdprivate final Stringreason
-
Constructor Summary
Constructors Constructor Description MetadataFailureDetails(String conversationId, String reason)
-
Method Summary
Modifier and Type Method Description final StringgetConversationId()The unique identifier of the conversation for which sending the metadata failed. final StringgetReason()A description of why the metadata failed to be sent. -
-
Method Detail
-
getConversationId
final String getConversationId()
The unique identifier of the conversation for which sending the metadata failed. Null if the failure occurred before the conversation ID was generated.
-
-
-
-