Interface CallControllerListener

  • All Implemented Interfaces:

    
    public interface CallControllerListener
    
                        

    Listener handling changes connected with calling functionality of the Sinch SDK eg. being notified about new incoming call.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onIncomingCall(CallController callController, Call call) Tells the listener that an incoming call has been received.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onIncomingCall

         abstract Unit onIncomingCall(CallController callController, Call call)

        Tells the listener that an incoming call has been received. This method will be called after push payload is relayed with SinchClient.relayRemotePushNotification.

        Parameters:
        callController - The Call Controller informing the listener that an incoming call was received.
        call - The incoming call.