New to Telerik UI for .NET MAUI? Start a free 30-day trial
Migrating from Xamarin.Forms Chat to .NET MAUI Chat
Updated over 6 months ago
The Telerik UI for .NET MAUI Chat preserves the same API as its Xamarin counterpart except for the configuration options listed in this article.
The tables in the following sections list any differences between the APIs of the Xamarin.Forms Chat and .NET MAUI Chat.
Migrate Namespaces
| Control | Control name | XAML Namespace | C# Namespace |
|---|---|---|---|
| Xamarin Chat | RadChat | xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.ConversationalUI;assembly=Telerik.XamarinForms.ConversationalUI" | using Telerik.XamarinForms.ConversationalUI; |
| .NET MAUI Chat | RadChat | xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" | using Telerik.Maui.Controls; |
API Changes
| Xamarin RadChat | .NET MAUI RadChat |
|---|---|
| N/A | SuggestedActionsItem |