Delegate CoreListener.OnMessageSentDelegate
Called after the Linphone.ChatMessage.Send() was called.
The message will be in state InProgress. In case of resend this callback won't be called.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnMessageSentDelegate(Core core, ChatRoom chatRoom, ChatMessage message);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| ChatRoom | chatRoom | Linphone.ChatRoom involved in this conversation. Can be be created by the framework in case the From-URI is not present in any chat room. |
| ChatMessage | message | Linphone.ChatMessage outgoing message |