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