Delegate FriendListListener.OnContactUpdatedDelegate
Get the contact updated callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnContactUpdatedDelegate(FriendList friendList, Friend newFriend, Friend oldFriend);
Parameters
| Type | Name | Description |
|---|---|---|
| FriendList | friendList | |
| Friend | newFriend | |
| Friend | oldFriend |