Rate this page:

CallCallback

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

Methods

onFailure

Copy URL

Unit

onFailure(

CallException

exception
)

Reports that the requested operation is failed.

Parameters

Returns

  • type:

    Unit

onSuccess

Copy URL

Unit

onSuccess()

Reports that the requested operation is completed successfully.

Returns

  • type:

    Unit