Interface VoipPushListener


public interface VoipPushListener

Told about calls that arrived as VoIP pushes, and about the token needed to send them.

Both methods arrive on the EDT.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A call arrived as a push.
    void
    The VoIP push token changed.
  • Method Details

    • callReceived

      void callReceived(PushedCall call)
      A call arrived as a push. It is already ringing unless PushedCall.isStale() says it is over -- see PushedCall.
    • tokenChanged

      void tokenChanged(String token)
      The VoIP push token changed. Send it to the application's server; this is not the same token as the ordinary push registration.