Class FriendListenerStub

java.lang.Object
org.linphone.core.FriendListenerStub
All Implemented Interfaces:
FriendListener

public class FriendListenerStub extends Object implements FriendListener
  • Constructor Details

    • FriendListenerStub

      public FriendListenerStub()
  • Method Details

    • onPresenceReceived

      public void onPresenceReceived(@NonNull Friend linphoneFriend)
      Description copied from interface: FriendListener
      Callback used to notify a friend that it has received presence information.

      Specified by:
      onPresenceReceived in interface FriendListener
      Parameters:
      linphoneFriend - The Friend object for which the status has
      changed