Package zendesk.android.events
Class ZendeskEvent.ConversationAdded
-
- All Implemented Interfaces:
public final class ZendeskEvent.ConversationAdded extends ZendeskEvent
This event is emitted when a conversation has been added.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
conversationId
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ConversationAdded(String conversationId)
-
Method Summary
Modifier and Type Method Description final String
getConversationId()
the id of the conversation that was added. -
-
Constructor Detail
-
ZendeskEvent.ConversationAdded
ZendeskEvent.ConversationAdded(String conversationId)
-
-
Method Detail
-
getConversationId
final String getConversationId()
the id of the conversation that was added.
-
-
-
-