Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customising Mesibo Chat bubbles

We are using Mesibo for our live customer support. We have used their sample code from the GitHub.

So far it is working flawlessly for messaging and calls. We are able to customise colours, icons etc except their chat bubbles. Their chat bubbles needs some refinement so we want to replace them with our own for incoming and outgoing messages. However the documentation or sample code does not speak much about it.

Any help will be appreciated

like image 634
Jim Avatar asked Jun 28 '26 16:06

Jim


1 Answers

It is best to subclass MesiboMessagingFragment and use it instead of launching default user interface. That way you can customize virtually every aspect of mesibo UI.

  1. Subclass MesiboMessagingFragment
  2. implement MesiboRecycleViewHolder.Listener which is a wrapper around Android RecycleView functions.
  3. Render and return your view in Mesibo_onBindViewHolder()

Hope it helps! If requires, I can get you a sample code.

like image 86
mesibo Avatar answered Jul 01 '26 05:07

mesibo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!