public final class UninitializedChat extends Object implements Chat
Chat
.
It will be used in case there has been error with chat initialization.
ZopimChat.init(String)
Constructor and Description |
---|
UninitializedChat() |
Modifier and Type | Method and Description |
---|---|
void |
addNote(String arg0) |
boolean |
emailTranscript(String arg0) |
void |
endChat() |
ChatConfig |
getConfig() |
boolean |
hasEnded() |
void |
resend(String arg0) |
void |
resetTimeout() |
void |
send(File arg0) |
void |
send(String arg0) |
void |
sendChatComment(String arg0) |
void |
sendChatRating(com.zopim.android.sdk.model.ChatLog.Rating arg0) |
boolean |
sendOfflineMessage(String arg0,
String arg1,
String arg2) |
void |
setDepartment(String arg0) |
void |
setEmail(String arg0) |
void |
setName(String arg0) |
void |
setNote(String arg0) |
void |
setPhoneNumber(String arg0) |
@NonNull public ChatConfig getConfig()
public boolean hasEnded()
hasEnded
in interface com.zopim.android.sdk.api.ChatApi
public void resetTimeout()
resetTimeout
in interface com.zopim.android.sdk.api.ChatApi
public void send(String arg0)
send
in interface com.zopim.android.sdk.api.ChatApiCommands
public void send(File arg0)
send
in interface com.zopim.android.sdk.api.ChatApiCommands
public void resend(String arg0)
resend
in interface com.zopim.android.sdk.api.ChatApiCommands
public boolean sendOfflineMessage(String arg0, String arg1, String arg2)
sendOfflineMessage
in interface com.zopim.android.sdk.api.ChatApiCommands
public void sendChatRating(@NonNull com.zopim.android.sdk.model.ChatLog.Rating arg0)
sendChatRating
in interface com.zopim.android.sdk.api.ChatApiCommands
public void sendChatComment(@NonNull String arg0)
sendChatComment
in interface com.zopim.android.sdk.api.ChatApiCommands
public void endChat()
endChat
in interface com.zopim.android.sdk.api.ChatApiCommands
public boolean emailTranscript(String arg0)
emailTranscript
in interface com.zopim.android.sdk.api.ChatApiCommands
public void setDepartment(String arg0)
setDepartment
in interface com.zopim.android.sdk.api.ChatApiCommands
public void setPhoneNumber(String arg0)
setPhoneNumber
in interface com.zopim.android.sdk.api.ChatApiCommands
public void setName(String arg0)
setName
in interface com.zopim.android.sdk.api.ChatApiCommands
public void setEmail(String arg0)
setEmail
in interface com.zopim.android.sdk.api.ChatApiCommands
public void setNote(String arg0)
setNote
in interface com.zopim.android.sdk.api.ChatApiCommands
public void addNote(String arg0)
addNote
in interface com.zopim.android.sdk.api.ChatApiCommands