FriendDelegate
public protocol FriendDelegate : AnyObject
-
onPresenceReceived(linphoneFriend:Default implementation) Callback used to notify a friend that it has received presence information.
Default Implementation
Declaration
Swift
func onPresenceReceived(linphoneFriend: Friend)Parameters
linphoneFriendThe LinphoneFriend object for which the status has changed
FriendDelegate Protocol Reference