onSuccess

abstract fun <T> onSuccess(response: T?)

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

Parameters

response

Response of the REST API call if any.