Delegate CoreListener.OnMessageContentEditedDelegate
Callback notifying a message has been edited.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnMessageContentEditedDelegate(Core core, ChatRoom chatRoom, ChatMessage message);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | LinphoneCore object. |
| ChatRoom | chatRoom | the Linphone.ChatRoom that contains the edited message. |
| ChatMessage | message | the Linphone.ChatMessage that was edited. |