- SELECTED_GROUP_ID_KEY - Static variable in class com.esignlive.sdk.preparation.Group
-
- sendTransaction(String) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Sends a transaction for signing.
- SERVER_ADDRESS_NOT_SET_ERROR - Static variable in class com.esignlive.sdk.utility.Error
-
- SESSION_TOKEN_EXPIRED - Static variable in class com.esignlive.sdk.utility.Error
-
- SESSION_TOKEN_EXPIRED_ERROR - Static variable in class com.esignlive.sdk.utility.Error
-
- SESSION_TOKEN_INVALID_ERROR - Static variable in class com.esignlive.sdk.utility.Error
-
- SESSION_TOKEN_MISSING_ERROR - Static variable in class com.esignlive.sdk.utility.Error
-
- setAboutToExpire(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setAddDocumentListener(CreateTransactionAddDocumentListener) - Method in class com.esignlive.sdk.ESignLive
-
Sets the Listener for addDocument related events
- setAddress(Address) - Method in class com.esignlive.sdk.datamodel.User
-
- setAddress1(String) - Method in class com.esignlive.sdk.datamodel.Address
-
- setAddress2(String) - Method in class com.esignlive.sdk.datamodel.Address
-
- setAsTrashed() - Method in class com.esignlive.sdk.datamodel.manage.Transaction
-
Sets the transaction as trashed.
- setAutoSync(boolean) - Method in class com.esignlive.sdk.ESignLive
-
Set to true to sync transactions with server automatically, as soon as internet connection is established.
- setCancelled(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setCity(String) - Method in class com.esignlive.sdk.datamodel.Address
-
- setCompany(String) - Method in class com.esignlive.sdk.datamodel.User
-
- setCompleted(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setContextProvider(ESignLiveContextProvider) - Static method in class com.esignlive.sdk.ESignLive
-
ESignLiveContextProvider provides a reference to the Application using the SDK.
- setCountry(String) - Method in class com.esignlive.sdk.datamodel.Address
-
Sets the country by passing country code.
- setCountryByName(String) - Method in class com.esignlive.sdk.datamodel.Address
-
Sets the country by passing the country name.
- setCreateTransactionListener(CreateTransactionViewModel.CreateTransactionListener) - Static method in class com.esignlive.sdk.ESignLive
-
CreateTransactionListener provides certain events regarding transaction creation.
- setDefaultValue(String) - Method in class com.esignlive.sdk.preparation.TextFieldSettings
-
- setDraft(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setEmail(String) - Method in class com.esignlive.sdk.datamodel.User
-
- setEncryptionKey(String) - Method in class com.esignlive.sdk.ESignLive
-
The SDK allows offline e-Sign ceremony ability so locally caches the documents,data and the evidences into a secure store
The Data/documents/evidences are Encrypted/Decrypted with a combination of encryptionKey, Internal SALT and a SECRET stored in secure Keycahin
Can be nil but for better security always provide some value
warning : Its the responsibility of end-developer of this SDK to cache/protect this encryption key
- setExpirationDate(Date) - Method in class com.esignlive.sdk.datamodel.Subscription
-
- setExpired(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setFields(List<FormField>) - Method in class com.esignlive.sdk.preparation.Approval
-
- setFieldSettings(FieldSettings) - Method in class com.esignlive.sdk.preparation.FormField
-
- setFirstName(String) - Method in class com.esignlive.sdk.datamodel.User
-
- setHeight(double) - Method in class com.esignlive.sdk.preparation.FormField
-
- setId(String) - Method in class com.esignlive.sdk.datamodel.manage.Transaction
-
- setId(String) - Method in class com.esignlive.sdk.datamodel.User
-
- setId(String) - Method in class com.esignlive.sdk.preparation.Approval
-
- setId(String) - Method in class com.esignlive.sdk.preparation.FormField
-
- setInPersonSigning(String, boolean) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Enables /Disables in-person signing mode for an existing transaction.
- setInProgress(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setLanguage(String) - Method in class com.esignlive.sdk.datamodel.User
-
- setLastName(String) - Method in class com.esignlive.sdk.datamodel.User
-
- setLeft(double) - Method in class com.esignlive.sdk.preparation.FormField
-
- setListener(ESignLiveListener) - Method in class com.esignlive.sdk.ESignLive
-
ESignLiveListener provides certain events regarding sending transactions and signing ceremony.
- setMaxLength(int) - Method in class com.esignlive.sdk.preparation.TextFieldSettings
-
- setName(String) - Method in class com.esignlive.sdk.preparation.FieldSettings
-
- setOrderedSigning(String, boolean) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Enables/Disables the ordered signing feature of the transaction.
- setPage(int) - Method in class com.esignlive.sdk.preparation.FormField
-
- setPhoneNumber(String) - Method in class com.esignlive.sdk.datamodel.User
-
- setRequired(boolean) - Method in class com.esignlive.sdk.preparation.TextFieldSettings
-
- setRequireMySignature(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setRole(String) - Method in class com.esignlive.sdk.preparation.Approval
-
- setRoleAuthToEmail(String, String) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Set authentication method of a role to email.
- setRoleAuthToQaA(String, String, String, String, boolean, String, String, boolean) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Set authentication method of a role to Question and Answer.
- setRoleAuthToSMS(String, String, String) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Set authentication method of a role to SMS.
- setRoleDetails(String, String, String, boolean) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Sets additional details to a role of a transaction.
- setRootActivityProvider(ESignLiveRootActivityProvider) - Method in class com.esignlive.sdk.ESignLive
-
sets a listener to provide the SDK with a reference to Apps activity.
- setServerAddress(String) - Method in class com.esignlive.sdk.ESignLive
-
Defines the Server Address to perform SDK operations.
- setServerTransactionId(String, String) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Sets the permanent identifier received from server to a transaction.
- setSettings(SignatureSettings) - Method in class com.esignlive.sdk.preparation.Signature
-
- setSettings(TextFieldSettings) - Method in class com.esignlive.sdk.preparation.TextField
-
- setSignature(Signature) - Method in class com.esignlive.sdk.datamodel.User
-
- setState(String) - Method in class com.esignlive.sdk.datamodel.Address
-
- setSubscription(Subscription) - Method in class com.esignlive.sdk.datamodel.User
-
- setSubtype(String) - Method in class com.esignlive.sdk.preparation.FormField
-
- setSyncOnWifiOnly(boolean) - Method in class com.esignlive.sdk.ESignLive
-
Set to true to sync transactions with server only on wifi network.
- setTitle(String) - Method in class com.esignlive.sdk.datamodel.User
-
- setTop(double) - Method in class com.esignlive.sdk.preparation.FormField
-
- setTransactionAutocomplete(String, boolean) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Enables/Disables reviewing of documents before completing the transaction for the owner of the transaction.
- setTransactionDescription(String, String) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Set a new description to an existing transaction.
- setTransactionDueDate(String, Date) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Sets a due date for an existing transaction.
- setTransactionEmailMessage(String, String) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Set a new email message to an existing transaction.
- setTransactionName(String, String) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Set a new name to an existing transaction.
- setTransactions(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setTransactionSettings(String, String, String, String, boolean, boolean, Date) - Static method in class com.esignlive.sdk.preparation.CreateTransactionViewModel
-
Sets Settings attributes to a Transaction.
- setType(Subscription.SubscriptionType) - Method in class com.esignlive.sdk.datamodel.Subscription
-
- setType(String) - Method in class com.esignlive.sdk.preparation.FormField
-
- setUserGroups(List<Group>) - Static method in class com.esignlive.sdk.preparation.Group
-
- setUserInfo(UserInfo) - Method in class com.esignlive.sdk.datamodel.User
-
- setValue(String) - Method in class com.esignlive.sdk.preparation.FormField
-
- setWaitingOnOthers(int) - Method in class com.esignlive.sdk.datamodel.TransactionsOverview
-
- setWidth(double) - Method in class com.esignlive.sdk.preparation.FormField
-
- setZipcode(String) - Method in class com.esignlive.sdk.datamodel.Address
-
- Signature - Class in com.esignlive.sdk.preparation
-
- Signature(String, Signature.Type, int, double, double, double, double) - Constructor for class com.esignlive.sdk.preparation.Signature
-
- Signature() - Constructor for class com.esignlive.sdk.preparation.Signature
-
- Signature(Signature.Type, int, double, double, double, double) - Constructor for class com.esignlive.sdk.preparation.Signature
-
- Signature.Type - Enum in com.esignlive.sdk.preparation
-
- SIGNATURE_KEY - Static variable in class com.esignlive.sdk.datamodel.User
-
- SignatureMissingException - Exception in com.esignlive.sdk.preparation
-
- SignatureMissingException() - Constructor for exception com.esignlive.sdk.preparation.SignatureMissingException
-
- SignatureSettings - Class in com.esignlive.sdk.preparation
-
- SignatureSettings(String) - Constructor for class com.esignlive.sdk.preparation.SignatureSettings
-
- signup(String, String, String, String, SignUpListener) - Method in class com.esignlive.sdk.ESignLive
-
Signs up for a free account and logs you in automatically after the signup finishes with success.
- SIGNUP_FIRST_NAME_MISSING - Static variable in class com.esignlive.sdk.utility.Error
-
- SIGNUP_LAST_NAME_MISSING - Static variable in class com.esignlive.sdk.utility.Error
-
- signUpFailed(Error) - Method in interface com.esignlive.sdk.SignUpListener
-
Gets called when signing up fails.
- SignUpListener - Interface in com.esignlive.sdk
-
This interface contains the callback methods for sign up process.
- signUpSucceeded(User) - Method in interface com.esignlive.sdk.SignUpListener
-
Gets called when signing up succeeds.
- startTransactionWithId(String, boolean) - Method in class com.esignlive.sdk.ESignLive
-
Starts the process of Launching a Transaction within the SDK.
- stopAll() - Static method in class com.esignlive.sdk.SyncQueueViewModel
-
stops all transaction syncing on sync queue.
- stopTransactionSync(String) - Static method in class com.esignlive.sdk.SyncQueueViewModel
-
Stops syncing of a particular transaction.
- Subscription - Class in com.esignlive.sdk.datamodel
-
- Subscription() - Constructor for class com.esignlive.sdk.datamodel.Subscription
-
- Subscription(Subscription.SubscriptionType, Date) - Constructor for class com.esignlive.sdk.datamodel.Subscription
-
- Subscription(Map<String, Object>) - Constructor for class com.esignlive.sdk.datamodel.Subscription
-
- syncAll() - Static method in class com.esignlive.sdk.SyncQueueViewModel
-
Starts syncing of all transactions existing in the queue.
- synchronizationCompleted() - Method in interface com.esignlive.sdk.datamodel.SyncQueueListener
-
Gets called when everything in the sync queue is synced with server.
- SyncQueueException - Exception in com.esignlive.sdk
-
- SyncQueueException(String) - Constructor for exception com.esignlive.sdk.SyncQueueException
-
- syncQueueForceStopPerformed() - Method in interface com.esignlive.sdk.datamodel.SyncQueueListener
-
gets called when sync queue is forced to stop syncing.
- syncQueueItemChanged(SyncTransactionItem) - Method in interface com.esignlive.sdk.datamodel.SyncQueueListener
-
gets called when state or sync progress of an item in sync queue changes.
- syncQueueItemsNumberChanged(int) - Method in interface com.esignlive.sdk.datamodel.SyncQueueListener
-
gets called when the number of items in sync queue is changed.
- SyncQueueListener - Interface in com.esignlive.sdk.datamodel
-
interface providing SyncQueue events
- syncQueueSyncStarted() - Method in interface com.esignlive.sdk.datamodel.SyncQueueListener
-
Gets called when sync queue starts syncing.
- SyncQueueViewModel - Class in com.esignlive.sdk
-
- SyncQueueViewModel() - Constructor for class com.esignlive.sdk.SyncQueueViewModel
-
- syncTransaction(String) - Static method in class com.esignlive.sdk.SyncQueueViewModel
-
Starts syncing a transaction.