Delegate CoreListener.OnFriendListRemovedDelegate
Callback prototype for reporting when a friend list has been removed from the core friend lists.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnFriendListRemovedDelegate(Core core, FriendList friendList);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| FriendList | friendList | Linphone.FriendList object |