public abstract class SignUpCallback extends LCCallback<LCUser>
Constructor and Description |
---|
SignUpCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
done(LCException e)
Override this function with the code you want to run after the signUp is complete.
|
protected void |
internalDone0(LCUser t,
LCException LCException) |
internalDone, internalDone, setMainThreadChecker
public abstract void done(LCException e)
e
- The exception raised by the signUp, or null if it succeeded.protected final void internalDone0(LCUser t, LCException LCException)
internalDone0
in class LCCallback<LCUser>
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.