| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Method and Description |
|---|---|
EventNotificationConfigBuilder |
EventNotificationConfigBuilder.forEvent(NotificationEvent event)
Adds an event to the current EventNotificationConfig event set
|
static EventNotificationConfigBuilder |
EventNotificationConfigBuilder.newEventNotificationConfig(String url)
Creates a new newEventNotificationConfigBuilder for the url specified as argument
|
EventNotificationConfigBuilder |
EventNotificationConfigBuilder.setEvents(Set<NotificationEvent> events)
Set events to the current EventNotificationConfig event set
|
EventNotificationConfigBuilder |
EventNotificationConfigBuilder.withKey(String key)
Adds a key to the current EventNotificationConfig.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventNotificationService.register(EventNotificationConfigBuilder builder)
Registers to receive notifications sent by e-SL.
|
void |
EventNotificationService.register(String origin,
EventNotificationConfigBuilder builder)
Registers to receive notifications sent by e-SL.
|
Copyright 2022 OneSpan All rights reserved.