Package 

Interface MessageListener


  • 
    public interface MessageListener
    
                        

    The MessageListener interface defines a set of callbacks for events related to push notifications for incoming calls.

    • Method Summary

      Modifier and Type Method Description
      abstract void onCallInvite(@NonNull() CallInvite callInvite) Notifies the listener that an incoming call invite has been received.
      abstract void onCancelledCallInvite(@NonNull() CancelledCallInvite cancelledCallInvite, @Nullable() CallException callException) Notifies the listener that an incoming call invite was cancelled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait