Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Add a way to be able to intercept messages before they are added to the Messages collection and detect if they have specific keywords
"date", "time", "day", "[some valid url]" and change the type of TextMessage being added to the collection as the current work around I have for this is on the event SendMessage, detecting if any of the keywords are present in the manually fragmented text message and add the appropriate text message.
However, this workaround adds the special message before the actual message.