Rate this page:

ICallCompletionHandler

Interface that the application may implement to receive the result of call or mid-call operations.

Methods

onComplete

Copy URL

void

onComplete()

Report that the requested operation is completed successfully

Returns

  • type:

    void

onFailure

Copy URL

void

onFailure(

CallException

exception
)

Report that the requested operation is failed

Parameters

Returns

  • type:

    void