Releases: zoho/Mobilisten-iOS-Beta
Releases · zoho/Mobilisten-iOS-Beta
v4.0.0-beta
What's New
- This version introduces the
Chat.getDepartments
API to fetch the list of departments associated with a brand along with their current availability status.
Changes and Enhancements
- Voice messages can no longer be enabled programmatically using the
Chat.setVisibility
API. Voice messages may instead be enabled using the toggle for "Voice Notes" under brand configurations.
v3.6.5-beta.2
What's New
- Added support for chat queueing for brands.
- Mobilisten now supports infinite chat waiting time as a configuration in SalesIQ 2.0.
Changes and Enhancements
- Performance enhancements.
- Enhanced compatibility with bot builder in SalesIQ 2.0.
- Debug symbols for Mobilisten have now been bundled within the XCFramework.
v3.0.2.8
Changelog
- Added completion handlers in custom chat actions.
- Fix for a bug in sizing typing indicator messages in image display cards with CTA.
v3.0.2.7
Changelog
- Fix for a bug in sizing typing messages
v3.0.2.6
Whats New
- Mobilisten v3.0. Learn More. Find API our documentation here.
- Fix for an issue in downloading images when url is not encoded.
- Added support for single-product, multiple-product display cards.
- Add support for actions in all display cards and text messages(CTA).
- Fix for a crash when opening articles through the articles display card.
- Added API to customize input placeholder text
API Usage
Input message customization
ZohoSalesIQ.Chat.setMessage(.inputQuestionPlaceholder, message: "Enter your question here..")
ZohoSalesIQ.Chat.setMessage(.inputMessagePlaceholder, message: "Enter your message here..")