Class RequestPasswordResetCallback

java.lang.Object
cn.leancloud.callback.LCCallback<LCNull>
cn.leancloud.callback.RequestPasswordResetCallback

public abstract class RequestPasswordResetCallback extends LCCallback<LCNull>
  • Constructor Details

    • RequestPasswordResetCallback

      public RequestPasswordResetCallback()
  • Method Details

    • done

      public abstract void done(LCException e)
      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

      protected final void internalDone0(LCNull t, LCException LCException)
      Specified by:
      internalDone0 in class LCCallback<LCNull>