Skip to content

Releases: zoho/Mobilisten-iOS-Beta

v4.0.0-beta

11 May 15:09
Compare
Choose a tag to compare
v4.0.0-beta Pre-release
Pre-release

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

29 Apr 07:36
Compare
Choose a tag to compare
v3.6.5-beta.2 Pre-release
Pre-release

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

16 Jun 08:52
Compare
Choose a tag to compare
v3.0.2.8 Pre-release
Pre-release

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

16 Jun 08:09
Compare
Choose a tag to compare
v3.0.2.7 Pre-release
Pre-release

Changelog

  • Fix for a bug in sizing typing messages

v3.0.2.6

15 Jun 14:34
Compare
Choose a tag to compare
v3.0.2.6 Pre-release
Pre-release

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..")