Delegate CoreListener.OnNewMessageReactionDelegate
Chat message new reaction callback prototype.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnNewMessageReactionDelegate(Core core, ChatRoom chatRoom, ChatMessage message, ChatMessageReaction reaction);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| ChatRoom | chatRoom | Linphone.ChatRoom involved in this conversation. Can be created by the framework in case the From-URI is not present in any chat room. |
| ChatMessage | message | the Linphone.ChatMessage to which the reaction applies to |
| ChatMessageReaction | reaction | the Linphone.ChatMessageReaction that has been sent or received |