| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| Modifier and Type | Field and Description |
|---|---|
static SenderType |
SenderType.MANAGER |
static SenderType |
SenderType.REGULAR |
| Modifier and Type | Method and Description |
|---|---|
SenderType |
Sender.getType() |
static SenderType |
SenderType.UNRECOGNIZED(String unknownValue)
Deprecated.
Please upgrade your SDK version to support new types in this enumeration.
|
static SenderType |
SenderType.valueOf(String name) |
static SenderType[] |
SenderType.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
Sender.setType(SenderType type) |
| Modifier and Type | Method and Description |
|---|---|
SenderType |
SenderTypeConverter.toSDKSenderType() |
| Constructor and Description |
|---|
SenderTypeConverter(SenderType sdkSenderType)
Construct with SDK SenderType object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.