类 RequestPasswordResetCallback

    • 构造器详细资料

      • RequestPasswordResetCallback

        public RequestPasswordResetCallback()
    • 方法详细资料

      • done

        public abstract void done​(LCException e)
        Override this function with the code you want to run after the request is complete.
        参数:
        e - The exception raised by the save, or null if no account is associated with the email address.