Delegate CoreListener.OnMessageWaitingIndicationChangedDelegate
Callback notifying that a Message Waiting Indication state has changed.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnMessageWaitingIndicationChangedDelegate(Core core, Event lev, MessageWaitingIndication mwi);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | The Linphone.Core object. |
| Event | lev | The Linphone.Event object notifying the MWI. |
| MessageWaitingIndication | mwi | The Linphone.MessageWaitingIndication object that is notified. |