Package zendesk.android.events
Class MetadataSuccessDetails
-
- All Implemented Interfaces:
public final class MetadataSuccessDetailsData class representing the details for the ZendeskEvent.MetadataSuccess.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconversationId
-
Constructor Summary
Constructors Constructor Description MetadataSuccessDetails(String conversationId)
-
Method Summary
Modifier and Type Method Description final StringgetConversationId()The unique identifier of the conversation for which the metadata was successfully sent. -
-
Constructor Detail
-
MetadataSuccessDetails
MetadataSuccessDetails(String conversationId)
-
-
Method Detail
-
getConversationId
final String getConversationId()
The unique identifier of the conversation for which the metadata was successfully sent. Null if conversation is not created yet at the time of the event.
-
-
-
-