| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationEvent |
NotificationEvent.UNRECOGNIZED(String unknownValue)
Deprecated.
Please upgrade your SDK version to support new types in this enumeration.
|
static NotificationEvent |
NotificationEvent.valueOf(String name) |
static NotificationEvent[] |
NotificationEvent.values() |
| Modifier and Type | Method and Description |
|---|---|
Collection<NotificationEvent> |
EventNotificationConfig.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventNotificationConfig.addEvent(NotificationEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventNotificationConfig.setEvents(Set<NotificationEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
EventNotificationConfigBuilder |
EventNotificationConfigBuilder.forEvent(NotificationEvent event)
Adds an event to the current EventNotificationConfig event set
|
| Modifier and Type | Method and Description |
|---|---|
EventNotificationConfigBuilder |
EventNotificationConfigBuilder.setEvents(Set<NotificationEvent> events)
Set events to the current EventNotificationConfig event set
|
| Modifier and Type | Field and Description |
|---|---|
static NotificationEvent |
EventNotificationRegistrationExample.EVENT1 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT10 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT12 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT13 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT14 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT15 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT16 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT17 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT18 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT19 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT2 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT20 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT21 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT3 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT4 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT5 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT6 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT7 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT8 |
static NotificationEvent |
EventNotificationRegistrationExample.EVENT9 |
| Modifier and Type | Field and Description |
|---|---|
Set<NotificationEvent> |
EventNotificationRegistrationExample.connectorsEvents |
Set<NotificationEvent> |
EventNotificationRegistrationExample.events |
| Modifier and Type | Method and Description |
|---|---|
NotificationEvent |
EventNotificationConverter.toSDKNotificationEvent()
Convert from API callback event to SDK notification event.
|
| Constructor and Description |
|---|
EventNotificationConverter(NotificationEvent sdkNotificationEvent)
Construct with SDK notification event object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.