- DB_READING_ERROR - Static variable in class com.esignlive.sdk.utility.Error
-
- DB_WRITING_ERROR - Static variable in class com.esignlive.sdk.utility.Error
-
- deleteTransaction(String, boolean) - Method in class com.esignlive.sdk.ESignLive
-
Delete or Trash transaction.
- deleteTransaction(String, boolean, String) - Method in class com.esignlive.sdk.ESignLive
-
Delete or Trash transaction.
- didCompleteTransactionSigningSession(String, String) - Method in interface com.esignlive.sdk.ESignLiveListener
-
The method is called, once the transaction signing is completed by all signers.
- didDeclineTransaction(String, String, String) - Method in interface com.esignlive.sdk.ESignLiveListener
-
Get called when a signer decides to decline signing of documents.
- didDeleteTransaction(String, boolean) - Method in interface com.esignlive.sdk.ESignLiveListener
-
The method get called if the transaction was deleted locally.
- didExitSDK() - Method in interface com.esignlive.sdk.ESignLiveListener
-
Gets called when the SDK finishes and the control is handed over again to the application.
- didOptOutOfTransaction(String, String, String) - Method in interface com.esignlive.sdk.ESignLiveListener
-
Get called when a signer decides to opt out of a signing session.
- didSendTransactionForSigning(String, String) - Method in interface com.esignlive.sdk.ESignLiveListener
-
Gets called when a transaction is sent for signing.
- didUpdateLocalTransaction(Transaction) - Method in interface com.esignlive.sdk.ESignLiveListener
-
The method get called if the transaction was updated locally.
- didUpdateTransactionIdentifier(String, String) - Method in interface com.esignlive.sdk.ESignLiveListener
-
The method is called, once the transaction is created on the server.
- Document - Class in com.esignlive.sdk.datamodel.manage
-
- DOCUMENT_ADD_FAILED - Static variable in class com.esignlive.sdk.utility.Error
-
- DOCUMENT_DOWNLOAD_FAILED - Static variable in class com.esignlive.sdk.utility.Error
-
- documentAddFailed(String, String, Error) - Method in interface com.esignlive.sdk.preparation.CreateTransactionViewModel.AddDocumentListener
-
Gets called when adding a document to a transaction fails.
- documentAddSuccessful(String, String) - Method in interface com.esignlive.sdk.preparation.CreateTransactionViewModel.AddDocumentListener
-
Gets called when adding a document to a transaction is successful.
- DocumentNotFoundException - Exception in com.esignlive.sdk.datamodel.manage
-
this exception is thrown when the document is not on the expected path.
- DocumentNotFoundException(String, String) - Constructor for exception com.esignlive.sdk.datamodel.manage.DocumentNotFoundException
-
- downloadingTemplateListFailed(Error) - Method in interface com.esignlive.sdk.TemplateListListener
-
Gets called when downloading list of templates fails.
- downloadingTemplateListSucceeded(Template.TemplateFilter, int, ArrayList<Template>, int) - Method in interface com.esignlive.sdk.TemplateListListener
-
Gets called when downloading list of templates succeeds.
- downloadTemplateFailed(String, Error) - Method in interface com.esignlive.sdk.TemplateDownloadListener
-
Gets called when downloading a template fails.
- downloadTemplateSucceeded(Template) - Method in interface com.esignlive.sdk.TemplateDownloadListener
-
Gets called when downloading a template succeeds.
- downloadTemplateWithId(String, TemplateDownloadListener) - Method in class com.esignlive.sdk.ESignLive
-
Downloads a template for offline use.
- downloadTransactionFailed(String, Error) - Method in interface com.esignlive.sdk.DownloadTransactionListener
-
Gets called when downloading a transaction failes.
- DownloadTransactionListener - Interface in com.esignlive.sdk
-
Interface providing feedback about downloading a transaction from server.
- downloadTransactionListFailed(Error) - Method in interface com.esignlive.sdk.TransactionListListener
-
Gets called when downloading list of transactions fails.
- downloadTransactionListSucceeded(Transaction.TransactionFilter, int, ArrayList<Transaction>, int) - Method in interface com.esignlive.sdk.TransactionListListener
-
Gets called when downloading list of transactions succeeds.
- downloadTransactionSucceeded(Transaction) - Method in interface com.esignlive.sdk.DownloadTransactionListener
-
Gets called when downloading a transaction succeeds.
- downloadTransactionWithId(String, DownloadTransactionListener) - Method in class com.esignlive.sdk.ESignLive
-
Prefetch a Transaction before the start of e-Sign Ceremony.