Class MessageReporter
Represents a class that translates the ReportMessageResult to RadChat.
Inheritance
System.Object
MessageReporter
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class MessageReporter : Object
Constructors
MessageReporter(IMessageReportSubscriber, RadChat)
Initializes a new instance of the MessageReporter class.
Declaration
public MessageReporter(IMessageReportSubscriber parentSubscriber, RadChat chatOwner)
Parameters
IMessageReportSubscriber
parentSubscriber
|
RadChat
chatOwner
|