Package cn.leancloud.callback
Class SignUpCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddone(LCException e) Override this function with the code you want to run after the signUp is complete.protected final voidinternalDone0(LCUser t, LCException LCException) Methods inherited from class cn.leancloud.callback.LCCallback
internalDone, internalDone, setMainThreadChecker
-
Constructor Details
-
SignUpCallback
public SignUpCallback()
-
-
Method Details
-
done
Override this function with the code you want to run after the signUp is complete.- Parameters:
e- The exception raised by the signUp, or null if it succeeded.
-
internalDone0
- Specified by:
internalDone0in classLCCallback<LCUser>
-