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