Class SignUpCallback

java.lang.Object
cn.leancloud.callback.LCCallback<LCUser>
cn.leancloud.callback.SignUpCallback

public abstract class SignUpCallback extends LCCallback<LCUser>
  • Constructor Details

    • SignUpCallback

      public SignUpCallback()
  • Method Details

    • done

      public abstract void done(LCException e)
      Override this function with the code you want to run after the signUp is complete.
      Parameters:
      e - The exception raised by the signUp, or null if it succeeded.
    • internalDone0

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