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

    linphoneFriend

    The LinphoneFriend object for which the status has changed