Sinch Client Listener
A SinchClientListener handles client state changes and the optional log method allows the listener to log messages from the underlying calling functionality.
NOTE: The listener will be called on the same thread as the SinchClient is instantiated on.
Functions
Tells the listener that there was an error in the SinchClient.
Tells the listener that the client has started and ready for initiating outgoing calls.
Called when SDK needs to verify user's identity within your application. See Authentication $ Authorization (https://developers.sinch .com/docs/in-app-calling/android/application-authentication/) section of the online docs for more information about the flow.
Optional method for handling log messages from the underlying calling functionality.
Informs that the push token has been successfully registered on backend and the application is ready to receive incoming calls via push notification.
Informs that the push token registration failed and the application will not be able to receive incoming calls via push notification.
Informs that the push token has been successfully unregistered on backend and the application will not receive incoming calls via push notifications anymore.
Informs that the push token unregistration failed
Informs that user has been successfully registered.
Informs that user registration has failed and Sinch SDK will not function properly.