ICallCompletionHandler
Interface that provides API to receive the result of call or mid-call operations.
Methods
onComplete
onComplete(): void
Reports that a requested operation is completed successfully
Returns
type:
void
onFailure
onFailure(exception: ): void
Reports that a requested operation is failed
Parameters
exception:
Exception with error details
Returns
type:
void