类 LogInCallback<T extends LCUser>

    • 构造器详细资料

      • LogInCallback

        public LogInCallback()
    • 方法详细资料

      • done

        public abstract void done​(T user,
                                  LCException e)
        Override this function with the code you want to run after the save is complete.
        参数:
        user - The user that logged in, if the username and password is valid.
        e - The exception raised by the login.