• Creates a StateDebounceManager.

    The manager accumulates state changes from network, lifecycle, and connection mode events. Each event updates the relevant component of the pending state and resets the debounce timer. When the timer fires, the reconciliation callback receives the final combined state.

    Parameters

    Returns StateDebounceManager

Generated using TypeDoc