public abstract class LogInCallback<T extends AVUser> extends AVCallback<T>
| 构造器和说明 |
|---|
LogInCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(T user,
AVException e)
Override this function with the code you want to run after the save is complete.
|
protected void |
internalDone0(T returnValue,
AVException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(T user, AVException e)
user - The user that logged in, if the username and password is valid.e - The exception raised by the login.protected final void internalDone0(T returnValue, AVException e)
internalDone0 在类中 AVCallback<T extends AVUser>Copyright © 2019. All rights reserved.