Package zendesk.android.events
Class ConversationExtensionOpenedDetails
-
- All Implemented Interfaces:
public final class ConversationExtensionOpenedDetails
Data class representing the details for the ZendeskEvent.ConversationExtensionOpened.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
conversationId
private final String
url
-
Constructor Summary
Constructors Constructor Description ConversationExtensionOpenedDetails(String conversationId, String url)
-
Method Summary
Modifier and Type Method Description final String
getConversationId()
The unique identifier of the conversation. final String
getUrl()
The URL of the opened conversation extension. -
-
Method Detail
-
getConversationId
final String getConversationId()
The unique identifier of the conversation.
-
-
-
-