# getLastEstimationReport

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

获取生成的最后一个估计报告。

    getLastEstimationReportCopy to clipboard

## 参数

| 参数 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- |
| estimationReportCallback | Java | IestimationReport | 提供成功或或失败状态和错误字符串的回调。 |
| estimationReportCallback | 原生 | lce\_estimationReport | 提供成功或或失败状态和错误字符串的回调。 |
|  |  |  |  |

## 返回结果

| 返回结果 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- |
| 状态 | Java | int | <ul class="ul" id="concept.dita_e2057c01-dc51-415c-95ac-9e4505292978__ul_tl1_yzw_m5b"><br>                  <li class="li">1 - 成功</li><br><br>                  <li class="li">-1 - IQesdk 为 NULL</li><br><br>                  <li class="li">-2 - 子系统错误</li><br><br>                </ul> |
| 状态 | 原生 | int8\_t | <ul class="ul" id="concept.dita_e2057c01-dc51-415c-95ac-9e4505292978__ul_tl1_yzw_m5b"><br>                  <li class="li">1 - 成功</li><br><br>                  <li class="li">-1 - IQesdk 为 NULL</li><br><br>                  <li class="li">-2 - 子系统错误</li><br><br>                </ul> |
|  |  |  |  |

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

Last Published: Jun 22, 2023

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