Delegate CoreListener.OnNotifyPresenceReceivedDelegate
Report status change for a friend previously added to the LinphoneCore with linphone_core_add_friend().
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnNotifyPresenceReceivedDelegate(Core core, Friend linphoneFriend);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | LinphoneCore object |
| Friend | linphoneFriend | Updated LinphoneFriend |