ConnectionCallback
Interface that the application implements to receive the result of establishing the connection to the Voximplant Cloud.
Methods
onSuccess
fun onSuccess(): Unit
Reports that the connection is established successfully.
Returns
type:
Unit
onFailure
fun onFailure(error: ): Unit
Reports that the connection is failed.
Parameters
error:
The reason why the connection is not established
Returns
type:
Unit