- Installation
- Push Notifications
- UI Customization
- API Reference
- .setTabOrder()
- Launcher Button Customization
- Zoho SalesIQ
- Launcher
- Chat
- .Chat.start()
- .Chat.addListener()
- .Chat.startWithTrigger()
- .Chat.setWaitingTime()
- .Chat.get()
- .setLanguage()
- .setDepartment()
- .setOperatorEmail()
- .Chat.setVisibility()
- .showOperatorImageInLauncher()
- .setChatTitle()
- .shouldOpenUrl()
- .showOperatorImageInChat()
- .setLauncherVisibility()
- .setThemeColorforiOS()
- .endChat()
- .showOfflineMessage()
- .setFeedbackVisibility()
- .setRatingVisibility()
- .getChats()
- .getChatsWithFilter()
- .openChat()
- .openChatWithID()
- .endChat()
- .fetchAttenderImage()
- .getDepartments()
- .isMultipleOpenChatRestricted()
- .getChatUnreadCount()
- .isChatEnabled()
- .showFeedbackAfterSkip()
- .hideQueueTime()
- .open()
- Chat Actions
- Visitors
- Notification Icon
- Notification
- Loggers
- Visitor Tracking
- In-App Notification
- Conversation
- Knowledge Base
- FAQ
- Download Sample App
- Release Notes
Logger.setPathForiOS
This API helps to set the path for recording and storing the debug Logs.
When using this API, logs will be written in the given path, else it will be saved on the default path.
Syntax
CopiedZohoSalesIQ.Logger.setPathForiOS(URL: string);
Example
CopiedZohoSalesIQ.Logger.setPathForiOS(DocumentDirectoryPath + "/fileName.txt");
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.