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