CallCallback
This API is in beta and subject to change.
Interface that the application implements to receive the result of call or mid-call operations.
Methods
onSuccess
fun onSuccess(): Unit
This API is in beta and subject to change.
Reports that the requested operation is completed successfully.
Returns
type:
Unit
onFailure
fun onFailure(exception: ): Unit
This API is in beta and subject to change.
Reports that the requested operation is failed.
Parameters
exception:
with error details
Returns
type:
Unit