DSTemplateDelegate
This class handles template tasks
Constructors
Types
Functions
Caches the template which includes downloading the template and documents which will then be available for offline signing.
Fetches the downloaded templates from the Database
This method returns an instance of the DSOfflineUseTemplateListener
This method returns an instance of the DSOfflineUseTemplateWithPhotoListener
This method returns an instance of the DSOnlineUseTemplateListener
Fetches the template
Fetches templates of the logged in user
Deletes the cached template from the local database. Since the operation needs to happen asynchronously the success/failure is returned in the DSRemoveTemplateListener callback
Retrieves the cached template given the template id. Since the operation needs to happen asynchronously the success/failure is returned in the DSGetCachedTemplateListener callback
Fetches the downloaded templates from the Database
Fetches the template from API and compares the lastModified Date with that of the cached Template. If it's not the same, remove the cached template and get the latest one from server
Send an Envelope derived from a Template in Offline mode
Creates an Envelope derived from a Template in Offline mode. Use this API when the SignWithPhoto Capture implementation is NOT handled by the client.
Send an Envelope derived from a Template in Offline mode
Creates an Envelope derived from a Template in Offline mode. Use this API when the SignWithPhoto Capture implementation is handled by the client
Send an Envelope derived from a Template in Online mode