public static interface ESignLive.TransactionsOverviewListener
Modifier and Type | Method and Description |
---|---|
void |
transactionsOverviewFetchFailed(Error error)
Gets called when fetching the transaction activity overview from eSignLive servers fails.
|
void |
transactionsOverviewFetchSucceeded(TransactionsOverview transactionsOverview)
Gets called when fetching the transaction activity overview from eSignLive servers succeeds.
|
void transactionsOverviewFetchSucceeded(TransactionsOverview transactionsOverview)
transactionsOverview
- Object containing information about transaction activity overview for the past 30 days.void transactionsOverviewFetchFailed(Error error)
error
- The error occurred while trying to fetch transaction activity overview.