类 SignUpCallback

    • 构造器详细资料

      • SignUpCallback

        public SignUpCallback()
    • 方法详细资料

      • done

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