Rate this page:

CallCallback

This API is in beta and subject to change.

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

Methods

onSuccess

Copy URL
fun onSuccess(): 

Unit

This API is in beta and subject to change.

Reports that the requested operation is completed successfully.

Returns

  • type:

    Unit

onFailure

Copy URL
fun onFailure(exception: 

CallException

):

Unit

This API is in beta and subject to change.

Reports that the requested operation is failed.

Parameters

Returns

  • type:

    Unit