Package com.zopim.android.sdk.api
Interface Chat
-
- All Superinterfaces:
- ChatApi, ChatApiCommands
- All Known Implementing Classes:
- UninitializedChat, ZopimChat
public interface Chat extends ChatApi
Interface definition of the chatThis interface describes available communication and configuration APIs for a given chat session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ChatConfig
getConfig()
Gets chat config for the current chat session as configured viaZopimChatApi
-
Methods inherited from interface com.zopim.android.sdk.api.ChatApi
hasEnded, resetTimeout
-
Methods inherited from interface com.zopim.android.sdk.api.ChatApiCommands
addNote, disconnect, emailTranscript, endChat, resend, send, send, sendChatComment, sendChatRating, sendOfflineMessage, setDepartment, setEmail, setName, setNote, setPhoneNumber
-
-
-
-
Method Detail
-
getConfig
ChatConfig getConfig()
Description copied from interface:ChatApi
Gets chat config for the current chat session as configured viaZopimChatApi
It will reflect
ZopimChatApi.DefaultConfig
configuration values unless overridden viaZopimChatApi.SessionConfig
at chat start.
-
-