zoho / SalesIQ-Mobilisten-ReactNative

Your mobile app's ideal live chat partner. Power up your mobile App with the SalesIQ Mobilisten SDK for React-Native.
https://mobilisten.io/
9 stars 11 forks source link

More customization functionality needed. #49

Closed Ramanpreet6262 closed 1 year ago

Ramanpreet6262 commented 1 year ago

I am using RN SDK for our Android app. Need some more customization functionality in SDK to make custom UI more consistent with App's UI, so adding a few pointers here with priorities so that you can check these things and prioritize your roadmap accordingly. And if any of these things are quick enough, I would request you to please provide that functionality sooner.

Version "react-native-zohosalesiq-mobilisten": "4.2.10"

High Priority

Medium Priority

Low Priority

arthedza commented 1 year ago

And also pop-up messages and automated responses Screenshot 2022-08-25 at 12 01 52 Screenshot 2022-08-25 at 12 05 18 Screenshot 2022-08-25 at 12 07 02

bhahirathan-mb-11956 commented 1 year ago

Hi, @Ramanpreet6262 and @arthedza,

Thank you for reaching out to us. We are working on the above-reported issues in high priority and will keep you posted regarding the updates.

Regards, Bhahirathan M.

bhahirathan-mb-11956 commented 1 year ago

Hi @Ramanpreet6262 and @arthedza ,

Except for the dialog color customization, all the above requirements have been added in the latest update. Please update to version 5.0.0.

For customizing the dialog color use the code below:

Attributes:

// Color attributes to change the audio seek bar for operator side messages
<item name="siq_chat_audio_seekbarcolor_operator">@color/red</item>
<item name="siq_chat_audio_seekbar_thumbcolor_operator">@color/red</item>

// Color attributes to change the audio seek bar for visitor side messages
            <item name="siq_chat_audio_seekbarcolor_visitor">@color/blue</item>
            <item name="siq_chat_audio_seekbar_thumbcolor_visitor">@color/blue</item>

// Theme color - Will also change the background color of the visitor's side message bubbles
<item name="colorAccent">#00AAAA</item>

// The below attribute will change the text color of the operator messages and the operator feedback request message.
<item name="siq_chat_message_textcolor_operator">@color/red</item>

Notification icon for Android:

Please refer to this documentation

Article layout and title issue have been fixed.

Regards, Bhahirathan M, Zoho SalesIQ.