Class AlertListenerStub

java.lang.Object
org.linphone.core.AlertListenerStub
All Implemented Interfaces:
AlertListener

public class AlertListenerStub extends Object implements AlertListener
  • Constructor Details

    • AlertListenerStub

      public AlertListenerStub()
  • Method Details

    • onTerminated

      public void onTerminated(@NonNull Alert alert)
      Description copied from interface: AlertListener
      Callback to know if an alert stops.

      Specified by:
      onTerminated in interface AlertListener
      Parameters:
      alert - the alert that stops