Delegate CoreListener.OnBuddyInfoUpdatedDelegate
Callback prototype when using the buddy plugin.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnBuddyInfoUpdatedDelegate(Core core, Friend linphoneFriend);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | the Core |
| Friend | linphoneFriend | the Friend that has been updated |