Interface SinchClientListener

    • 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 onClientStarted(SinchClient client) Tells the listener that the client has started and ready for initiating outgoing calls.
      abstract Unit onClientFailed(SinchClient client, SinchError error) Tells the listener that there was an error in the SinchClient.
      • Methods inherited from class com.sinch.android.rtc.UserRegistrationCallback

        onCredentialsRequired, onUserRegistered, onUserRegistrationFailed
      • Methods inherited from class com.sinch.android.rtc.PushTokenRegistrationCallback

        onPushTokenRegistered, onPushTokenRegistrationFailed
      • Methods inherited from class com.sinch.android.rtc.PushTokenUnregistrationCallback

        onPushTokenUnregistered, onPushTokenUnregistrationFailed
      • Methods inherited from class com.sinch.android.rtc.SinchLogCallback

        onLogMessage, onLogMessage
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onClientStarted

         abstract Unit onClientStarted(SinchClient client)

        Tells the listener that the client has started and ready for initiating outgoing calls.

        Parameters:
        client - The client informing the listener that it started.