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