Skip to content

Releases: zoho/SalesIQ-Mobilisten-Cordova

v4.0.0

03 Jan 11:57
Compare
Choose a tag to compare

What's New:

  • Experience the brand new version of iOS SDK 5.0.0 and improved Android SDK 4.3.3.

Enhancements

v3.1.7

09 Sep 07:40
Compare
Choose a tag to compare

What's New:

v3.1.6

10 Aug 10:49
Compare
Choose a tag to compare

What's New:

v3.1.5

22 Feb 12:02
Compare
Choose a tag to compare

What's New:

Bug Fixes:

  • Fix rolled out for the Android Push Notification crash in certain cases.

v3.1.4

27 Dec 05:13
Compare
Choose a tag to compare

Changelog

v3.1.3

12 Dec 03:52
Compare
Choose a tag to compare

Changelog

v3.1.2

30 Oct 14:15
Compare
Choose a tag to compare

Changelog

v3.1.1

13 Oct 06:24
Compare
Choose a tag to compare

Changelog

v3.1.0

13 Oct 06:24
Compare
Choose a tag to compare

Changelog

v3.0.0

13 Oct 06:01
Compare
Choose a tag to compare

What's new

  • Adds ZohoSalesIQ.getDepartments API that can be used to fetch the list of departments configured for a brand.
  • This version adds support to restrict users from starting multiple parallelly open chats. The state of the configuration may be checked using the ZohoSalesIQ.isMultipleOpenChatRestricted API. Configure the same under Settings > Brands > {Brand Name} > Flow Controls > Parallel conversations.

Changes and Enhancements

  • Chat objects returned by APIs will now hold the queuePosition attribute. Learn more
  • Customization added for messages status strings. Make use of the attribute as below.
<string name="livechat.message.status.sent">Sent</string>
<string name="livechat.message.status.sending">Sending</string>