Interface ICardMessage
Defines properties that can be used to display a card message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public interface ICardMessage : ITextMessage, IMessage
Properties
Cards
Gets or sets the collection of cards in a CardMessage.
Declaration
IList<Card> Cards { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IList<Card> |