Interface FriendListener

All Known Implementing Classes:
FriendListenerStub

public interface FriendListener
An object to handle the callbacks for Friend.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPresenceReceived(Friend linphoneFriend)
    Callback used to notify a friend that it has received presence information.
  • Method Details

    • onPresenceReceived

      void onPresenceReceived(@NonNull Friend linphoneFriend)
      Callback used to notify a friend that it has received presence information.

      Parameters:
      linphoneFriend - The Friend object for which the status has
      changed