Interface EventListener

All Known Implementing Classes:
EventListenerStub

public interface EventListener
An object to handle the callbacks for handling the LinphoneEvent operations.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNotifyResponse(Event linphoneEvent)
    Callback used to notify the response to a sent NOTIFY.
  • Method Details

    • onNotifyResponse

      void onNotifyResponse(@NonNull Event linphoneEvent)
      Callback used to notify the response to a sent NOTIFY.

      Parameters:
      linphoneEvent - The Event object that has sent the NOTIFY and for
      which we received a response