public interface ChatConfig
extends com.zopim.android.sdk.api.ChatApiConfig
Used to tell what is the chat configuration of the current chat session. Configuration is passed during initialization and start of the chat.
ZopimChatApi.DefaultConfig
,
ZopimChatApi.SessionConfig
Modifier and Type | Method and Description |
---|---|
EmailTranscript |
getEmailTranscript()
Gets the email transcript configuration as configured at initialization
via
ZopimChatApi.DefaultConfig or start of the chat via ZopimChatApi.SessionConfig |
PreChatForm |
getPreChatForm()
Gets pre chat configuration form as configured at initialization
via
ZopimChatApi.DefaultConfig or start of the chat via ZopimChatApi.SessionConfig |
boolean |
isFileSendingEnabled()
Gets if file sending support is enabled via.
|
@NonNull PreChatForm getPreChatForm()
ZopimChatApi.DefaultConfig
or start of the chat via ZopimChatApi.SessionConfig
PreChatForm
@NonNull EmailTranscript getEmailTranscript()
ZopimChatApi.DefaultConfig
or start of the chat via ZopimChatApi.SessionConfig
boolean isFileSendingEnabled()
ZopimChat.DefaultConfig
or start of the chat view ZopimChat.SessionConfig
true
if file sending support is enabled,
false
if not