- 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
Logger.setPathForiOS
This API allows to set path to record the debug Logs. If this api is used, logs will be written in given path, else it will save on the default path.
Syntax:
CopiedZohoSalesIQLogger.setPathForiOS(URL);
Example:
Copiedimport 'package:salesiq_mobilisten/logger.dart';
...
ZohoSalesIQLogger.setPathForiOS(DocumentDirectoryPath + "/fileName.txt");
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.