# registerForEstimationReports

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_register_for_estimation_reports.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_register_for_estimation_reports.html)

Registers for the estimation reports. Reports are generated after [setReportingCriteria](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_set_reporting_criteria.html) is successfully called. See [Estimation report](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_iestimation_report.html) for the report structure.

    registerForEstimationReports()Copy to clipboard

## Parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| [estimationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_iestimation_report.html) | Java | IestimationReport | Callback for receiving estimation reports. |
| [estimationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_iestimation_report.html) | Native | lce\_estimationReport | Callback for receiving estimation reports. |
| ret | Native | int8\_t& | On success this is the actual return value from the API.<br><br><br>                <br><ul class="ul"><br>                    <li class="li">1: Success</li><br><br>                    <li class="li">-1: Iqesdk is NULL</li><br><br>                    <li class="li">-2: Subsystem error</li><br><br>                  </ul> |
|  |  |  |  |

## Returns

| **Return** | **API type** | **Data type** | **Description** |
| --- | --- | --- | --- |
| response | Java | int | <ul class="ul" id="concept.dita_cdd0d728-bf82-4ec9-b243-e89269bb16f8__ul_sy1_t4x_vyb_spyrz_09-20-23-1542-23-993"><br>                  <li class="li">1: Success</li><br><br>                  <li class="li">-1: Iqesdk is NULL</li><br><br>                  <li class="li">-2: Subsystem error</li><br><br>                </ul> |
| response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. |
|  |  |  |  |

Note: `registerForEstimationReports` must be called before
      `setReportingCriteria`.

**Parent Topic:** [LCE subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_functions.html)

Last Published: Nov 14, 2024

[Previous Topic
Constructor](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/lce_link_capacity_estimate_manager.md) [Next Topic
setReportingCriteria](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/lce_set_reporting_criteria.md)