java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.signatures.signers.InteractiveSigner.LoadingFeedbackListener.InteractionRequiredEvent |
Possible user interaction events that can be emitted via onInteractionRequired(InteractiveSigner.LoadingFeedbackListener.InteractionRequiredEvent)
.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InteractiveSigner.LoadingFeedbackListener.InteractionRequiredEvent | PASSWORD_INVALID | The provided password was invalid. | |||||||||
InteractiveSigner.LoadingFeedbackListener.InteractionRequiredEvent | PASSWORD_MISSING | No password was provided and the user is required to provide a password to load the private key. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static InteractiveSigner.LoadingFeedbackListener.InteractionRequiredEvent | valueOf(String name) | ||||||||||
final static InteractionRequiredEvent[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The provided password was invalid. The user is required to provide a different
password to load the private key. If this event is emitted, the application should
ask the user for the password and provide it to the signer using unlockPrivateKeyWithPassword(String)
.
No password was provided and the user is required to provide a password to load the
private key. If this event is emitted, the application should ask the user for the
password and provide it to the signer using unlockPrivateKeyWithPassword(String)
.