public static interface ESignLive.UpdatePasswordListener
Modifier and Type | Method and Description |
---|---|
void |
passwordUpdateFailed(Error error)
Gets called when updating current user's password on eSignLive server fails.
|
void |
passwordUpdateSucceeded()
Gets called when updating current user's password on eSignLive server succeeds.
|
void passwordUpdateSucceeded()
void passwordUpdateFailed(Error error)
error
- The error occurred while trying to update current user's password on server.