Delegate CoreListener.OnNotifyPresenceReceivedDelegate
Report status change for a friend previously added to the Linphone.Core 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 | Linphone.Core object |
| Friend | linphoneFriend | Updated Linphone.Friend |