setSinchLogCallback

abstract fun setSinchLogCallback(sinchLogCallback: SinchLogCallback?)

Sets the SinchLogCallback to be notified about log messages from the Sinch SDK. This callback will be active until you create SinchClient. Then, all the logging will be exposed via SinchClientListener.onLogMessage callback.

Parameters

sinchLogCallback

to be notified about log messages or null to remove any previously set callback.