Class RequestEmailVerifyCallback

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

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

    • RequestEmailVerifyCallback

      public RequestEmailVerifyCallback()
  • 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 void internalDone0(LCNull t, LCException LCException)
      Specified by:
      internalDone0 in class LCCallback<LCNull>