DSESignApiListener

interface DSESignApiListener

This is the callback listener for e-Sign REST api calls

Functions

Link copied to clipboard
abstract fun onError(exception: DSRestException)

This method is called when error occurred during execution of eSign REST API call.

Link copied to clipboard
abstract fun <T> onSuccess(response: T?)

This method is called when eSIGN REST api is successfully executed.