| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.examples |
Examples and helper classes of how to use the eSignLive Java SDK.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Method and Description |
|---|---|
EventNotificationConfig |
EventNotificationConfigBuilder.build()
Builds the actual event notification config object
|
| Modifier and Type | Field and Description |
|---|---|
EventNotificationConfig |
EventNotificationRegistrationExample.config |
EventNotificationConfig |
EventNotificationRegistrationExample.connectorsConfig |
| Modifier and Type | Method and Description |
|---|---|
EventNotificationConfig |
EventNotificationConfigConverter.toSDKEventNotificationConfig()
Convert from API Callback to SDK EventNotificationConfig.
|
| Constructor and Description |
|---|
EventNotificationConfigConverter(EventNotificationConfig sdkEventNotificationConfig)
Construct with SDK event notification config object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
EventNotificationConfig |
EventNotificationService.getEventNotificationConfig()
Gets the registered event notifications.
|
EventNotificationConfig |
EventNotificationService.getEventNotificationConfig(String origin)
Gets the registered event notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventNotificationService.register(EventNotificationConfig config)
Registers to receive notifications sent by e-SL that are described by the config parameter passed to this method.
|
void |
EventNotificationService.register(String origin,
EventNotificationConfig config)
Registers to receive notifications sent by e-SL that are described by the config parameter passed to this method.
|
Copyright 2022 OneSpan All rights reserved.