Class EventListenerStub

java.lang.Object
org.linphone.core.EventListenerStub
All Implemented Interfaces:
EventListener

public class EventListenerStub extends Object implements EventListener
  • Constructor Details

    • EventListenerStub

      public EventListenerStub()
  • Method Details

    • onNotifyResponse

      public void onNotifyResponse(@NonNull Event linphoneEvent)
      Description copied from interface: EventListener
      Callback used to notify the response to a sent NOTIFY.

      Specified by:
      onNotifyResponse in interface EventListener
      Parameters:
      linphoneEvent - The Event object that has sent the NOTIFY and for
      which we received a response