Package com.docusign.androidsdk.listeners

Types

Link copied to clipboard
interface DSAuthenticationListener

Authentication Listener which provides status of authentication process whether it is success or failure

Link copied to clipboard
interface DSCacheEnvelopeListener

This class provides listener during caching of an envelope

Link copied to clipboard
interface DSCacheTemplateListener

This class provides listener during caching of a template

Link copied to clipboard
interface DSCaptiveSigningListener : DSOnlineSigningListener

Listener for Captive Signing

Link copied to clipboard
interface DSCapturePhotoListener

This class is passed via DSOfflineSigningWithPhotoListener's or DSOfflineUseTemplateWithPhotoListener's onCapturePhotoStart method. Use this listener to pass the photoUri to the SDK after implementing Sign with Photo capture implementation.

Link copied to clipboard
interface DSComposeAndSendEnvelopeListener
Link copied to clipboard
interface DSDeleteCachedEnvelopeListener

Callback when the cached envelope is deleted. It returns an envelope ID for a successful deletion and an exception for an unsuccessful one

Link copied to clipboard
interface DSDownloadCompletedEnvelopeListener

Callback when the completed envelope is downloaded. It returns the file Uri on success, and an exception for an unsuccessful one

Link copied to clipboard
interface DSDrawListener

Draw Signature Listener will provide the status whether the user has drawn a new signature or canceled out

Link copied to clipboard
interface DSESignApiListener

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

Link copied to clipboard
interface DSGetAccountSettingsListener

Callback for retrieving Account Settings from DocuSign.

Link copied to clipboard
interface DSGetCachedEnvelopeListener

Callback for retrieving cached envelope. It returns an envelope for a successful conversion and an exception for an unsuccessful one

Link copied to clipboard
interface DSGetCachedTemplateListener
Link copied to clipboard
interface DSGetConsumerDisclosureListener : DSGetAccountSettingsListener
Link copied to clipboard
interface DSGetEnvelopeIdsListener

Callback for retrieving envelopeId's. Returns a List of Envelope Id's for a successful conversion and an exception for an unsuccessful one

Link copied to clipboard
interface DSGetEnvelopeListener

Callback for retrieving synced envelope from DocuSign. It returns an envelope for a successful conversion and an exception for an unsuccessful one

Link copied to clipboard
interface DSGetEnvelopeListListener

Callback for retrieving synced envelope from DocuSign. It returns an envelope for a successful conversion and an exception for an unsuccessful one

Link copied to clipboard
interface DSLogoutListener

Logout Listener is a callback, which provides status on the logout operation

Link copied to clipboard
interface DSOfflineSigningListener

This class provides the listener for offline signing ceremony

Link copied to clipboard
interface DSOfflineSigningWithPhotoListener : DSOfflineSigningListener

This class provides the listener for offline signing ceremony when both the Sign with Photo setting AND Handle SignWithPhoto Capture setting is enabled.

Link copied to clipboard
interface DSOfflineUseTemplateListener

This interface provides the necessary callbacks when using a template in Offline mode

Link copied to clipboard

This class provides the listener for template offline signing ceremony when both the Sign with Photo setting AND Handle SignWithPhoto Capture setting is enabled.

Link copied to clipboard
interface DSOnlineSigningListener

This class provides the listener for online signing ceremony via envelope

Link copied to clipboard
interface DSOnlineUseTemplateListener

This interface provides the necessary callbacks when using a template online

Link copied to clipboard
interface DSRemoveTemplateListener
Link copied to clipboard
interface DSSyncAllEnvelopesListener

Callback when all the offline signed envelopes are synced.

Link copied to clipboard
interface DSSyncEnvelopeListener

Callback when the offline signed envelope is synced. It returns local envelope ID, server envelope ID for a successful sync and an exception for an unsuccessful one

Link copied to clipboard
interface DSTemplateDefinitionListListener
Link copied to clipboard
interface DSTemplateListener

This class provides the listener for fetching details about template

Link copied to clipboard
interface DSTemplateListListener

This class provides the listener for fetching templates

Link copied to clipboard
interface DSUpdateCachedTemplateListener