onClientFailed

abstract fun onClientFailed(client: SinchClient, error: SinchError)

Tells the listener that there was an error in the SinchClient.

Parameters

client

The SinchClient informing the listener that an error occurred.

error

SinchError object that describes the problem.