Class AuthorConverterContext
Represents a context used by the typing indicator to convert data items to authors.
Inheritance
System.Object
AuthorConverterContext
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class AuthorConverterContext : ValueType
Properties
TypingIndicator
Gets or sets the corresponding typing indicator.
Declaration
public TypingIndicator TypingIndicator { get; }
Property Value
TypingIndicator
|