Delegate CoreListener.OnNotifySentDelegate
Callback prototype for notifying the application about notification that is being sent.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnNotifySentDelegate(Core core, Event linphoneEvent, Content body);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Core object |
| Event | linphoneEvent | the Event received |
| Content | body | the Content of the event |