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