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