public interface PCActivateCallback extends PCTaskCallback
PCUsersManager.activate(PCUser, String, PCActivateCallback)
Modifier and Type | Method and Description |
---|---|
void |
error(PCAbstractError error)
Called when storing came to failure
|
void |
success()
Called upon a successful activation
|
onTaskCancelled, onTaskCreated
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