Package zendesk.android.events
Class ConversationExtensionDisplayedDetails
-
- All Implemented Interfaces:
public final class ConversationExtensionDisplayedDetailsRepresents the details of a conversation extension that has been displayed.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconversationIdprivate final Stringurl
-
Constructor Summary
Constructors Constructor Description ConversationExtensionDisplayedDetails(String conversationId, String url)
-
Method Summary
Modifier and Type Method Description final StringgetConversationId()The unique identifier of the conversation. final StringgetUrl()The URL of the conversation extension that was displayed. -
-
Method Detail
-
getConversationId
final String getConversationId()
The unique identifier of the conversation.
-
-
-
-