Thank you so much, Gokul, for your reply.
I have followed the sample on GitHub in the following link below and made it to work with my code.
https://github.com/SyncfusionExamples/Chat-Message-Template-Xamarin.Forms/blob/master/SfChat/GettingStarted/RatingTemplate.xaml.cs
I am planning to use Formatted text label on my templates for outgoing and incoming messages. How can we intercept the text messages and process it in the template class (Eg. RatingTemplate.xaml.cs)?
For your reference, I am trying to parse name inside the at tag ("Ben Hotra" for this case) and make it a bold font.
<at userId='210'>Ben Hotra</at> Hi!!
Where name between at tag is our tagging user. I would like it to display like this where name is in bold font:
Ben Hotra. Hi!!
Please advice. Thank you!
Ben