public interface PCStoreCallback
PCUsersManager.store(PCUser, String, String, PCStoreCallback)
Modifier and Type | Method and Description |
---|---|
void |
error(PCAbstractError error)
Called when storing came to failure
|
void |
success()
Called when
PCUser has been stored (or updated) successfully |
void success()
PCUser
has been stored (or updated) successfullyvoid 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