- ChatApi - Interface in com.zopim.android.sdk.api
-
Interface definition of the chat
- ChatApiCommands - Interface in com.zopim.android.sdk.api
-
Chat APIs interface
- ChatApiConfig - Interface in com.zopim.android.sdk.api
-
Chat configuration interface
- ChatEvent - Class in com.zopim.android.sdk.model.items
-
- ChatEvent() - Constructor for class com.zopim.android.sdk.model.items.ChatEvent
-
- ChatItemsObserver - Class in com.zopim.android.sdk.data.observers
-
Abstract definition of the observer that listens to broadcasts from
LivechatChatLogPath
observable
- ChatItemsObserver(Context) - Constructor for class com.zopim.android.sdk.data.observers.ChatItemsObserver
-
- ChatLog - Class in com.zopim.android.sdk.model
-
- ChatLog() - Constructor for class com.zopim.android.sdk.model.ChatLog
-
- ChatLog(String, ChatLog.Type, String) - Constructor for class com.zopim.android.sdk.model.ChatLog
-
Constructor for chat log message that allows creation of a local message.
- ChatLog.Error - Enum in com.zopim.android.sdk.model
-
Error type that can occur.
- ChatLog.Option - Class in com.zopim.android.sdk.model
-
Model definition of an agent questionnaire option item
- ChatLog.Rating - Enum in com.zopim.android.sdk.model
-
Definition of valid chat ratings.
- ChatLog.Type - Enum in com.zopim.android.sdk.model
-
Definition of available chat log types.
- ChatLogObserver - Class in com.zopim.android.sdk.data.observers
-
Abstract definition of the observer that listens to broadcasts from
LivechatChatLogPath
observable
- ChatLogObserver() - Constructor for class com.zopim.android.sdk.data.observers.ChatLogObserver
-
- ChatMemberEvent - Class in com.zopim.android.sdk.model.items
-
- ChatMemberEvent() - Constructor for class com.zopim.android.sdk.model.items.ChatMemberEvent
-
- ChatRating - Class in com.zopim.android.sdk.model.items
-
- ChatRating() - Constructor for class com.zopim.android.sdk.model.items.ChatRating
-
- ChatService - Class in com.zopim.android.sdk.api
-
Service that holds the chat session and it's lifecycle.
- ChatService() - Constructor for class com.zopim.android.sdk.api.ChatService
-
- ChatService.LocalBinder - Class in com.zopim.android.sdk.api
-
Class used for the client Binder.
- ChatServiceBinder - Class in com.zopim.android.sdk.api
-
Takes care of the chat service bind/unbind from the host activity that started the chat.
- ChatServiceBinder() - Constructor for class com.zopim.android.sdk.api.ChatServiceBinder
-
- ChatSession - Interface in com.zopim.android.sdk.api
-
Interface definition of the chat session
- ChatTimeoutReceiver() - Constructor for class com.zopim.android.sdk.data.LivechatChatLogPath.ChatTimeoutReceiver
-
- CircularQueue<E> - Interface in com.zopim.android.sdk.util
-
Definition of interface queue that maintains the queue size by removing elements from the head of the queue if the capacity is violated.
- clear() - Method in interface com.zopim.android.sdk.data.DataSource
-
Clear all data source.
- clear() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- clear() - Method in interface com.zopim.android.sdk.util.CircularQueue
-
Removes all of the elements from this queue.
- clearAll() - Method in enum com.zopim.android.sdk.store.Storage
-
Clears all data from the storage.
- com.zopim.android.sdk.api - package com.zopim.android.sdk.api
-
- com.zopim.android.sdk.attachment - package com.zopim.android.sdk.attachment
-
- com.zopim.android.sdk.breadcrumbs - package com.zopim.android.sdk.breadcrumbs
-
- com.zopim.android.sdk.data - package com.zopim.android.sdk.data
-
- com.zopim.android.sdk.data.observers - package com.zopim.android.sdk.data.observers
-
- com.zopim.android.sdk.model - package com.zopim.android.sdk.model
-
- com.zopim.android.sdk.model.items - package com.zopim.android.sdk.model.items
-
- com.zopim.android.sdk.store - package com.zopim.android.sdk.store
-
- com.zopim.android.sdk.util - package com.zopim.android.sdk.util
-
- compareTo(ChatLog) - Method in class com.zopim.android.sdk.model.ChatLog
-
Compares two
ChatLog
by their time of creation.
- compareTo(RowItem) - Method in class com.zopim.android.sdk.model.items.RowItem
-
Compares two
RowItem
items by their time values
- Connection - Class in com.zopim.android.sdk.model
-
This is a model class for Connection that will be created by
ConnectionPath
.
- Connection() - Constructor for class com.zopim.android.sdk.model.Connection
-
- Connection(Connection.Status) - Constructor for class com.zopim.android.sdk.model.Connection
-
Creates new instance of
Connection
with params passed
- Connection.Status - Enum in com.zopim.android.sdk.model
-
Definition of connection enum value.
- ConnectionObserver - Class in com.zopim.android.sdk.data.observers
-
Abstract definition of the observer that listens to broadcasts from
ConnectionPath
observable
- ConnectionObserver() - Constructor for class com.zopim.android.sdk.data.observers.ConnectionObserver
-
- ConnectionPath - Class in com.zopim.android.sdk.data
-
Connection path definition
- ConnectionPath.ConnectivityReceiver - Class in com.zopim.android.sdk.data
-
This is a BroadcastReceiver
which will receive the network
availability events.
- ConnectivityReceiver() - Constructor for class com.zopim.android.sdk.data.ConnectionPath.ConnectivityReceiver
-
- contains(E) - Method in interface com.zopim.android.sdk.util.CircularQueue
-
Returns true if this queue contains the specified element.
- countMessages(ChatLog.Type...) - Method in class com.zopim.android.sdk.data.LivechatChatLogPath
-
- getAccount() - Method in interface com.zopim.android.sdk.data.DataSource
-
- getAccount() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- getAgents() - Method in interface com.zopim.android.sdk.data.DataSource
-
Gets agents in the current chat.
- getAgents() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- getApplicationName(Context) - Static method in class com.zopim.android.sdk.util.AppInfo
-
Gets the host application name from android:name label in activity
- getApplicationStage(Context) - Static method in class com.zopim.android.sdk.util.AppInfo
-
Gets the application build stage.
- getApplicationVersionName(Context) - Static method in class com.zopim.android.sdk.util.AppInfo
-
Gets the version of the host application as defined in the host app
- getAttachment() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets attachment in this event
- getAttachmentFile() - Method in class com.zopim.android.sdk.model.items.AgentAttachment
-
- getAttachmentName() - Method in class com.zopim.android.sdk.model.items.AgentAttachment
-
- getAttachmentSize() - Method in class com.zopim.android.sdk.model.items.AgentAttachment
-
- getAttachmentUrl() - Method in class com.zopim.android.sdk.model.items.AgentAttachment
-
- getAvatarUri() - Method in class com.zopim.android.sdk.model.Agent
-
Gets agent avatar uri resource
- getAvatarUri() - Method in class com.zopim.android.sdk.model.items.AgentItem
-
- getChatLog() - Method in interface com.zopim.android.sdk.data.DataSource
-
- getChatLog() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- getChatSdkName() - Static method in class com.zopim.android.sdk.util.AppInfo
-
Gets default Chat SDK application name as defined in build.gradle in the SDK project
- getChatSdkVersionName() - Static method in class com.zopim.android.sdk.util.AppInfo
-
Gets the version of the SDK as defined in build.gradle
- getComment() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets the comment for this chat log
- getComment() - Method in class com.zopim.android.sdk.model.items.ChatRating
-
- getConfig() - Method in interface com.zopim.android.sdk.api.ChatApi
-
Gets chat config for the current chat session as configured via
ZopimChatApi
- getConfig() - Method in class com.zopim.android.sdk.api.ChatService
-
- getConfig() - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
- getConnection() - Method in interface com.zopim.android.sdk.data.DataSource
-
- getConnection() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- getData() - Method in class com.zopim.android.sdk.data.ConnectionPath
-
Will return
Connection
with the state based on combined connection state of the device and the web widget
- getData() - Method in class com.zopim.android.sdk.data.LivechatAccountPath
-
- getData() - Method in class com.zopim.android.sdk.data.LivechatAgentsPath
-
- getData() - Method in class com.zopim.android.sdk.data.LivechatChatLogPath
-
- getData() - Method in class com.zopim.android.sdk.data.LivechatDepartmentsPath
-
- getData() - Method in class com.zopim.android.sdk.data.LivechatFileSendingPath
-
- getData() - Method in class com.zopim.android.sdk.data.LivechatFormsPath
-
- getData() - Method in class com.zopim.android.sdk.data.LivechatProfilePath
-
- getData() - Method in class com.zopim.android.sdk.data.Path
-
Gets the path data in it's current state
- getDataSource() - Static method in class com.zopim.android.sdk.api.ZopimChatApi
-
- getDepartment() - Method in interface com.zopim.android.sdk.api.ChatApiConfig
-
- getDepartmentId() - Method in class com.zopim.android.sdk.model.Profile
-
Gets department id of the department that this visitor is assigned to.
- getDepartments() - Method in interface com.zopim.android.sdk.data.DataSource
-
- getDepartments() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- getDisplayName() - Method in class com.zopim.android.sdk.model.Agent
-
Gets display name of the agent as in agent dashboard
- getDisplayName() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets display name of the visitor.
- getDisplayName() - Method in class com.zopim.android.sdk.model.items.RowItem
-
- getDisplayName() - Method in class com.zopim.android.sdk.model.Profile
-
Gets display name of the visitor in the chat session
- getEmail() - Method in class com.zopim.android.sdk.model.Profile
-
Gets email configured of the visitor in the chat session
- getEmail() - Method in class com.zopim.android.sdk.model.VisitorInfo
-
Gets visitor email configured for this user
- getError() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets error that occurred in this chat log event
- getError() - Method in class com.zopim.android.sdk.model.items.VisitorAttachment
-
- getExtension(File) - Static method in enum com.zopim.android.sdk.attachment.FileExtension
-
Gets the file extension of the file passed as parameter
- getExtensions() - Method in class com.zopim.android.sdk.model.FileSending
-
Gets file extensions that are allowed for file sending
- getFile() - Method in class com.zopim.android.sdk.model.ChatLog
-
- getFile() - Method in class com.zopim.android.sdk.model.items.VisitorAttachment
-
- getFileName() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets file name of the file in this
ChatLog
- getFileSending() - Method in interface com.zopim.android.sdk.data.DataSource
-
- getFileSending() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- getForms() - Method in interface com.zopim.android.sdk.data.DataSource
-
- getForms() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- getFormSubmitted() - Method in class com.zopim.android.sdk.model.Forms.OfflineForm
-
- getId() - Method in class com.zopim.android.sdk.model.items.RowItem
-
- getInitializationTimeout() - Static method in class com.zopim.android.sdk.api.ZopimChatApi
-
- getInstance() - Static method in class com.zopim.android.sdk.data.ConnectionPath
-
- getInstance() - Static method in class com.zopim.android.sdk.data.LivechatAccountPath
-
- getInstance() - Static method in class com.zopim.android.sdk.data.LivechatAgentsPath
-
- getInstance() - Static method in class com.zopim.android.sdk.data.LivechatChatLogPath
-
- getInstance() - Static method in class com.zopim.android.sdk.data.LivechatDepartmentsPath
-
- getInstance() - Static method in class com.zopim.android.sdk.data.LivechatFileSendingPath
-
- getInstance() - Static method in class com.zopim.android.sdk.data.LivechatFormsPath
-
- getInstance() - Static method in class com.zopim.android.sdk.data.LivechatProfilePath
-
- getInstance(Context) - Method in enum com.zopim.android.sdk.util.BelvedereProvider
-
Get an instance of Belvedere
.
- getLabel() - Method in class com.zopim.android.sdk.model.ChatLog.Option
-
Label of the option message
- getMachineId() - Method in class com.zopim.android.sdk.model.Profile
-
Gets machine id of the current chat session.
- getMachineId() - Method in class com.zopim.android.sdk.store.MachineIdPrefsStorage
-
Retrieves stored machine id from shared preferences.
- getMachineId() - Method in interface com.zopim.android.sdk.store.MachineIdStorage
-
Retrieves stored machine id
- getMessage() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets message body of this chat log event.
- getMessage() - Method in class com.zopim.android.sdk.model.items.AgentMessage
-
- getMessage() - Method in class com.zopim.android.sdk.model.items.AgentOptions
-
- getMessage() - Method in class com.zopim.android.sdk.model.items.ChatEvent
-
- getMessage() - Method in class com.zopim.android.sdk.model.items.ChatMemberEvent
-
- getMessage() - Method in class com.zopim.android.sdk.model.items.VisitorMessage
-
- getMimeType() - Method in class com.zopim.android.sdk.model.Attachment
-
Gets mime type of the attachment
- getName() - Method in class com.zopim.android.sdk.model.Attachment
-
Gets name of the attachment file
- getName() - Method in class com.zopim.android.sdk.model.Department
-
Gets name of the department
- getName() - Method in class com.zopim.android.sdk.model.VisitorInfo
-
Gets visitor name configured for this user
- getNick() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets a nick name of the chat log participant.
- getNote() - Method in class com.zopim.android.sdk.model.VisitorInfo
-
Gets visitor note
- getOfflineForm() - Method in class com.zopim.android.sdk.model.Forms
-
- getOptions() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets an array of options when a questionnaire chat log message is questionnaire sent by an agent
- getOptions() - Method in class com.zopim.android.sdk.model.items.AgentOptions
-
- getParticipantId() - Method in class com.zopim.android.sdk.model.items.RowItem
-
- getPhoneNumber() - Method in class com.zopim.android.sdk.model.Profile
-
Gets phone number of the visitor in the chat session
- getPhoneNumber() - Method in class com.zopim.android.sdk.model.VisitorInfo
-
Gets visitor phone number configured for this user
- getProfile() - Method in interface com.zopim.android.sdk.data.DataSource
-
- getProfile() - Method in class com.zopim.android.sdk.data.PathDataSource
-
- getProgress() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets the current transfer progress
- getQueue() - Static method in class com.zopim.android.sdk.breadcrumbs.Events
-
Returns the instance of tracked events queue
- getRating() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets the rating for this chat log
- getRating(String) - Static method in enum com.zopim.android.sdk.model.ChatLog.Rating
-
Gets the equivalent enum rating of the value passed as parameter
- getRating() - Method in class com.zopim.android.sdk.model.items.ChatRating
-
- getReconnectTimeout() - Static method in class com.zopim.android.sdk.api.ZopimChatApi
-
- getService() - Method in class com.zopim.android.sdk.api.ChatService.LocalBinder
-
- getSize() - Method in class com.zopim.android.sdk.model.Attachment
-
Gets file size of the attachment
- getStatus() - Method in class com.zopim.android.sdk.model.Account
-
Gets status enum value
- getStatus(String) - Static method in enum com.zopim.android.sdk.model.Account.Status
-
Finds matching status value
- getStatus() - Method in class com.zopim.android.sdk.model.Connection
-
Gets status enum value
- getStatus(String) - Static method in enum com.zopim.android.sdk.model.Connection.Status
-
Finds matching status value
- getStatus() - Method in class com.zopim.android.sdk.model.Department
-
Gets availability status of the department
- getStatus(String) - Static method in enum com.zopim.android.sdk.model.Department.Status
-
Gets the status enum of the value passed as parameter
- getTags() - Method in interface com.zopim.android.sdk.api.ChatApiConfig
-
- getThumbnail() - Method in class com.zopim.android.sdk.model.Attachment
-
Gets thumbnail image of the attachment
- getTimestamp() - Method in class com.zopim.android.sdk.breadcrumbs.Event
-
Gets timestamp of the event
- getTimestamp() - Method in class com.zopim.android.sdk.model.ChatLog
-
Time record of this event in milliseconds
- getTimestamp() - Method in class com.zopim.android.sdk.model.items.RowItem
-
- getTitle() - Method in class com.zopim.android.sdk.breadcrumbs.Event
-
Gets title of the event
- getType() - Method in class com.zopim.android.sdk.model.Attachment
-
Gets type of the attachment like document or image
- getType(String) - Static method in enum com.zopim.android.sdk.model.ChatLog.Error
-
Gets the error enum type of the value passed as parameter
- getType() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets type of the chat log message.
- getType() - Method in class com.zopim.android.sdk.model.items.RowItem
-
- getType(int) - Static method in enum com.zopim.android.sdk.model.items.RowItem.Type
-
Gets type of this row item based on the provided parameter.
- getUploadProgress() - Method in class com.zopim.android.sdk.model.items.VisitorAttachment
-
- getUploadUrl() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets a copy of upload
URL
stored in this
ChatLog
event
- getUploadUrl() - Method in class com.zopim.android.sdk.model.items.VisitorAttachment
-
- getUrl() - Method in class com.zopim.android.sdk.model.Attachment
-
Get resource url of the attachment
- getValue() - Method in enum com.zopim.android.sdk.attachment.FileExtension
-
Gets the value of this raw extension enum
- getValue() - Method in enum com.zopim.android.sdk.model.Account.Status
-
- getValue() - Method in enum com.zopim.android.sdk.model.ChatLog.Error
-
Gets the value of this error type enum
- getValue() - Method in enum com.zopim.android.sdk.model.ChatLog.Rating
-
Gets the value of this enum
- getValue() - Method in enum com.zopim.android.sdk.model.Connection.Status
-
- getValue() - Method in enum com.zopim.android.sdk.model.Department.Status
-
Gets the value of this status enum
- getValue() - Method in enum com.zopim.android.sdk.model.items.RowItem.Type
-
Gets value of this row type enum
- getVisitorInfo() - Method in interface com.zopim.android.sdk.api.ChatApiConfig
-
- getVisitorInfo() - Method in class com.zopim.android.sdk.store.VisitorInfoPrefsStorage
-
Retrieves stored visitor info from shared preferences.
- getVisitorInfo() - Method in interface com.zopim.android.sdk.store.VisitorInfoStorage
-
Retrieves stored visitor info from shared preferences
- getVisitorQueue() - Method in class com.zopim.android.sdk.model.ChatLog
-
Gets number of visitors in the queue being currently served in this chat session.
- select() - Method in class com.zopim.android.sdk.model.ChatLog.Option
-
Marks this option as selected
- send(String) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sends the visitor message.
- send(File) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sends the file to the current chat log.
- send(String) - Method in class com.zopim.android.sdk.api.ChatService
-
- send(File) - Method in class com.zopim.android.sdk.api.ChatService
-
- send(String) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
Sends the message to the agents.
- send(File) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
- sendChatComment(String) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sets a comment to the current chat session.
- sendChatComment(String) - Method in class com.zopim.android.sdk.api.ChatService
-
- sendChatComment(String) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
- sendChatRating(ChatLog.Rating) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sets rating for the current chat session.
- sendChatRating(ChatLog.Rating) - Method in class com.zopim.android.sdk.api.ChatService
-
- sendChatRating(ChatLog.Rating) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
- sendEvents(Event...) - Method in class com.zopim.android.sdk.api.ChatService
-
- sendOfflineMessage(String, String, String) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sends email to agents defined in the dashboard for this account.
- sendOfflineMessage(String, String, String) - Method in class com.zopim.android.sdk.api.ChatService
-
- sendOfflineMessage(String, String, String) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
- SessionConfig() - Constructor for class com.zopim.android.sdk.api.ZopimChatApi.SessionConfig
-
- sessionTimeout - Variable in class com.zopim.android.sdk.api.ZopimChatApi.DefaultConfig
-
- sessionTimeout(long) - Method in class com.zopim.android.sdk.api.ZopimChatApi.DefaultConfig
-
Sets chat session timeout.
- setAttachmentFile(File) - Method in class com.zopim.android.sdk.model.items.AgentAttachment
-
- setAttachmentName(String) - Method in class com.zopim.android.sdk.model.items.AgentAttachment
-
- setAttachmentSize(Long) - Method in class com.zopim.android.sdk.model.items.AgentAttachment
-
- setAttachmentUrl(URL) - Method in class com.zopim.android.sdk.model.items.AgentAttachment
-
- setAvatarUri(String) - Method in class com.zopim.android.sdk.model.items.AgentItem
-
- setComment(String) - Method in class com.zopim.android.sdk.model.ChatLog
-
Sets the comment for this chat log
- setComment(String) - Method in class com.zopim.android.sdk.model.items.ChatRating
-
- setDepartment(String) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sets a department to the current chat session.
- setDepartment(String) - Method in class com.zopim.android.sdk.api.ChatService
-
- setDepartment(String) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
Sets department to the current chat session
- setDisabled(boolean) - Method in class com.zopim.android.sdk.model.items.AgentOptions
-
- setDisabled(boolean) - Method in class com.zopim.android.sdk.model.items.ChatRating
-
- setDisabled(boolean) - Method in interface com.zopim.android.sdk.model.items.Disableable
-
Sets state as per parameter
- setDisplayName(String) - Method in class com.zopim.android.sdk.model.items.RowItem
-
- setEmail(String) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sets the email for the user in the current chat session.
- setEmail(String) - Method in class com.zopim.android.sdk.api.ChatService
-
Sets the email for the user in the current chat session.
- setEmail(String) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
Sets visitor email to the current chat session
Chat session must be connected in order to change session configuration.
- setEmail(String) - Method in class com.zopim.android.sdk.model.VisitorInfo
-
Sets visitor email to this configuration model
- setError(ChatLog.Error) - Method in class com.zopim.android.sdk.model.ChatLog
-
Sets the error to this chat log
- setError(String) - Method in class com.zopim.android.sdk.model.items.VisitorAttachment
-
- setFailed(boolean) - Method in class com.zopim.android.sdk.model.ChatLog
-
Sets if chat log failed to send
- setFailed(boolean) - Method in class com.zopim.android.sdk.model.items.VisitorItem
-
- setFile(File) - Method in class com.zopim.android.sdk.model.ChatLog
-
Sets file to this chat log event
- setFile(File) - Method in class com.zopim.android.sdk.model.items.VisitorAttachment
-
- setId(String) - Method in class com.zopim.android.sdk.model.items.RowItem
-
- setMachineId(String) - Method in class com.zopim.android.sdk.store.MachineIdPrefsStorage
-
Saves the provided machine id in shared preferences.
- setMachineId(String) - Method in interface com.zopim.android.sdk.store.MachineIdStorage
-
Saves the provided machine id
- setMessage(String) - Method in class com.zopim.android.sdk.model.items.AgentMessage
-
- setMessage(String) - Method in class com.zopim.android.sdk.model.items.AgentOptions
-
- setMessage(String) - Method in class com.zopim.android.sdk.model.items.ChatEvent
-
- setMessage(String) - Method in class com.zopim.android.sdk.model.items.ChatMemberEvent
-
- setMessage(String) - Method in class com.zopim.android.sdk.model.items.VisitorMessage
-
- setName(String) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sets the name for the user in the current chat session.
- setName(String) - Method in class com.zopim.android.sdk.api.ChatService
-
Sets the name for the user in the current chat session.
- setName(String) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
Sets visitor name to the current chat session
Chat session must be connected in order to change session configuration.
- setName(String) - Method in class com.zopim.android.sdk.model.VisitorInfo
-
Sets visitor name to this configuration model
- setNote(String) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sets a note to the visitor profile
- setNote(String) - Method in class com.zopim.android.sdk.api.ChatService
-
- setNote(String) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
- setNote(String) - Method in class com.zopim.android.sdk.model.VisitorInfo
-
Appends a note to the visitor note
- setOptions(String[]) - Method in class com.zopim.android.sdk.model.items.AgentOptions
-
- setParticipantId(String) - Method in class com.zopim.android.sdk.model.items.RowItem
-
- setPhoneNumber(String) - Method in interface com.zopim.android.sdk.api.ChatApiCommands
-
Sets phone number information for the user that is in the current chat session.
- setPhoneNumber(String) - Method in class com.zopim.android.sdk.api.ChatService
-
Sets phone number information for the user that is in the current chat session.
- setPhoneNumber(String) - Method in class com.zopim.android.sdk.api.ZopimChatApi
-
Sets visitor phone number to the current chat session
Chat session must be connected in order to change session configuration.
- setPhoneNumber(String) - Method in class com.zopim.android.sdk.model.VisitorInfo
-
Sets visitor phone number to this configuration model
- setProgress(int) - Method in class com.zopim.android.sdk.model.ChatLog
-
Sets progress for this chat log
- setRating(ChatLog.Rating) - Method in class com.zopim.android.sdk.model.items.ChatRating
-
- setRawNewRating(String) - Method in class com.zopim.android.sdk.model.ChatLog
-
- setRawRating(String) - Method in class com.zopim.android.sdk.model.ChatLog
-
- setTimestamp(Long) - Method in class com.zopim.android.sdk.model.items.RowItem
-
- setType(RowItem.Type) - Method in class com.zopim.android.sdk.model.items.RowItem
-
- setTyping(boolean) - Method in class com.zopim.android.sdk.model.items.AgentTyping
-
- setUnverified(boolean) - Method in class com.zopim.android.sdk.model.items.VisitorItem
-
- setUploadProgress(int) - Method in class com.zopim.android.sdk.model.items.VisitorAttachment
-
- setUploadUrl(URL) - Method in class com.zopim.android.sdk.model.items.VisitorAttachment
-
- setVisitorInfo(VisitorInfo) - Static method in class com.zopim.android.sdk.api.ZopimChatApi
-
- setVisitorInfo(VisitorInfo) - Method in class com.zopim.android.sdk.store.VisitorInfoPrefsStorage
-
Saves the data of provided visitor info.
- setVisitorInfo(VisitorInfo) - Method in interface com.zopim.android.sdk.store.VisitorInfoStorage
-
Saves the data of provided visitor info
- shouldOverrideUrlLoading(WebView, String) - Method in class com.zopim.android.sdk.data.WebWidgetListener
-
Overrides url loading as Zopim web widget passes data in the url behind the delimiter
- size() - Method in interface com.zopim.android.sdk.util.CircularQueue
-
Returns the number of elements in this queue.
- start(FragmentActivity) - Static method in class com.zopim.android.sdk.api.ZopimChatApi
-
- Storage - Enum in com.zopim.android.sdk.store
-
Singleton storage instance used to initialize or clear the storage
- valueOf(String) - Static method in enum com.zopim.android.sdk.api.FileTransfers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.attachment.FileExtension
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.model.Account.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.model.ChatLog.Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.model.ChatLog.Rating
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.model.ChatLog.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.model.Connection.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.model.Department.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.model.items.RowItem.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.store.Storage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.zopim.android.sdk.util.BelvedereProvider
-
Returns the enum constant of this type with the specified name.
- valueOfExtension(String) - Static method in enum com.zopim.android.sdk.attachment.FileExtension
-
Gets extension type that matched the criteria
- values() - Static method in enum com.zopim.android.sdk.api.FileTransfers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.attachment.FileExtension
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.model.Account.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.model.ChatLog.Error
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.model.ChatLog.Rating
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.model.ChatLog.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.model.Connection.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.model.Department.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.model.items.RowItem.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.store.Storage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.zopim.android.sdk.util.BelvedereProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VisitorAttachment - Class in com.zopim.android.sdk.model.items
-
- VisitorAttachment() - Constructor for class com.zopim.android.sdk.model.items.VisitorAttachment
-
- VisitorInfo - Class in com.zopim.android.sdk.model
-
This is a model class for visitor information that can be passed as part of config parameters when starting a chat.
- visitorInfo() - Static method in enum com.zopim.android.sdk.store.Storage
-
- VisitorInfo.Builder - Class in com.zopim.android.sdk.model
-
Visitor info builder class
- VisitorInfoPrefsStorage - Class in com.zopim.android.sdk.store
-
Storage for saving the visitor info
- VisitorInfoStorage - Interface in com.zopim.android.sdk.store
-
Interface definition of a storage for saving the
VisitorInfo
info
- VisitorItem<T extends VisitorItem> - Class in com.zopim.android.sdk.model.items
-
This is an abstract model class for visitor events that will be created by
LivechatChatLogPath
.
- VisitorItem() - Constructor for class com.zopim.android.sdk.model.items.VisitorItem
-
- VisitorMessage - Class in com.zopim.android.sdk.model.items
-
- VisitorMessage() - Constructor for class com.zopim.android.sdk.model.items.VisitorMessage
-