public interface PCSubmitPasswordCallback
PCUsersManager.submitPassword(PCUser, String, PCSubmitPasswordCallback)| Modifier and Type | Method and Description |
|---|---|
void |
error(PCAbstractError error)
Called when storing came to failure
|
void |
success()
Called when the correct password has been submitted successfully
|
void success()
void error(PCAbstractError error)
error - The cause of failure. For keys with PCUser.areOnlineCredentialsRequired() == false
the error always has type PCError. Otherwise, it can be either PCError or
PCNetError