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