类 StatusCallback

    • 构造器详细资料

      • StatusCallback

        public StatusCallback()
    • 方法详细资料

      • done

        public abstract void done​(LCStatus statusObject,
                                  LCException LCException)
        Override this function with the code you want to run after the fetch is complete.
        参数:
        statusObject - The objects matching the query, or null if it failed.
        LCException - The exception raised by the operation, or null if it succeeded.