- Installation
- Push Notifications
- UI Customization
- API Reference
- .setTabOrder()
- Launcher Button Customization
- Zoho SalesIQ
- Launcher
- Chat
- .Chat.start()
- chatEventChannel
- .Chat.startWithTrigger()
- .Chat.setWaitingTime()
- .Chat.get()
- .startChat()
- .openNewChat()
- .openChatWithID()
- .setQuestion()
- .setChatTitle()
- .setDepartment()
- .setDepartments()
- .getDepartments()
- .getChats()
- .getChatsWithFilter()
- .setOperatorEmail()
- .Chat.setVisibility()
- .shouldOpenUrl()
- .showOfflineMessage()
- .fetchAttenderImage()
- .setRatingVisibility()
- .setFeedbackVisibility()
- .setVisitorNameVisibility()
- .disablePreChatForms()
- .enablePreChatForms()
- .disableScreenshotOption()
- .enableScreenshotOption()
- .showOperatorImageInChat()
- .endChat()
- .showFeedbackAfterSkip()
- .open()
- .hideQueueTime()
- Chat Actions
- Notification Icon
- Loggers
- Visitor
- Visitor Tracking
- Notification
- Conversation
- Knowledge Base
- FAQ
- Download Sample App
- Release Notes
.fetchAttenderImage()
This API can be used to fetch the image of the operator/bot who has attended the chat.
Parameters:
Name | Description |
attenderID | Unique ID for each attender |
fetchDefaultImage | To fetch the default image of the attender or the bot if the image is not set |
Error handling:
Code | Message |
605 | mobilisten disabled |
Usage
CopiedZohoSalesIQ.fetchAttenderImage(attenderID, fetchDefaultImage).then((value) {
Image profileImage = new Image.memory(base64Decode(value));
}).catchError((error) {
// your code to handle errors
});
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.