Delegate CoreListener.OnNotifyPresenceReceivedForUriOrTelDelegate
Reports presence model change for a specific URI or phone number of a friend.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnNotifyPresenceReceivedForUriOrTelDelegate(Core core, Friend linphoneFriend, string uriOrTel, PresenceModel presenceModel);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| Friend | linphoneFriend | Linphone.Friend object |
| System.String | uriOrTel | The URI or phone number for which the presence model has changed |
| PresenceModel | presenceModel | The new Linphone.PresenceModel |