Delegate CoreListener.OnNotifyReceivedDelegate
Callback prototype for notifying the application about notification received from the network.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnNotifyReceivedDelegate(Core core, Event linphoneEvent, string notifiedEvent, Content body);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| Event | linphoneEvent | the Linphone.Event received |
| System.String | notifiedEvent | The event as string |
| Content | body | the Linphone.Content of the event |