zoho / salesiq-mobilisten-flutter

SalesIQ Mobilisten plugin for Flutter.
https://mobilisten.io
MIT License
12 stars 10 forks source link

Enhancement: Customization Features #8

Closed ibrahimdevs closed 2 months ago

ibrahimdevs commented 2 years ago

Hello @Rishabh-Raghunath ,

We need customization feature for Android;

Other Customizations for both Android & iOS:

  1. Change Description text.
  2. Change Start Chat text.
  3. Change Messages tab text.
  4. Change FAQs tab text.

Screenshot_20220225-164515

Thanks,

Angu-G commented 2 years ago

Hi @ibrahimdevs,

We need customization feature for Android;

We do have support and you can refer to our customization help doc for whole theme changes and component-level customizations.

Other Customizations for both Android & iOS:

For Android:

We do have a separate section for strings customization Reference link. You can customize the strings inside strings.xml.

  1. Change Description text. Component name - livechat.conversation.emptystate Example: <string name="livechat.conversation.emptystate"> Your own content </string>

  2. Change Start Chat text. Component name - livechat.conversation.startchat Example: <string name="livechat.conversation.startchat"> Your own content </string>

  3. Change Messages tab text. Component name - livechat.conversation.title or You can also make use of our internal API .setConversationListTitle.

  4. Change FAQs tab text. Component name - livechat.article.title or You can also customize this string at the portal level. Settings > Brands > {Brand name} > Personalisation > Specify a name for the knowledge base in visitor chat windows

For iOS:

  1. Change Description text. This is currently not supported in iOS but we have this coming in our roadmap.

  2. Change Start Chat text. This is currently not supported in iOS but we have this coming in our roadmap.

  3. Change Messages tab text. You can make use of our internal API .setConversationListTitle.

  4. Change FAQs tab text. You can customize this string at the portal level. Settings > Brands > {Brand name} > Personalisation > Specify a name for the knowledge base in visitor chat windows.

ibrahimdevs commented 2 years ago

@Angu-G thanks for your detailed response.

  1. It is better, If you could add these customization options to Flutter documentation (https://www.zoho.com/salesiq/help/developer-guides/flutter-sdk-installation.html) At least a description and redirection to links.
  2. Android - 2 - "livechat.conversation.startchat" not affecting.
  3. Android - 4 - "livechat. article. title" not affecting.
  4. I'm waiting for iOS 1 & 2.
  5. iOS 4 - it is better to provide another option to set this text. Because we need multi-language support, if we change it from dashboard, there is no multi-language support.
venkatesh-ramesh-12517 commented 2 months ago

Hello @ibrahimdevs

We have reviewed and updated your recent requests. Please find the details and solutions below:

1. Android - 2 and 4:

2. iOS - 1 and 2:

3. iOS - 4:

I hope this helps. Please feel free to write back to us at (support@zohosalesiq.com) in case of any queries.

Regards, Venkatesh R Zoho SalesIQ.