# performReportingAction

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

Sends an action to take based on the set reporting criteria.

    performReportingAction()Copy to clipboard

## Parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| action | Java | reportingAction | Action to be performed on the currently set reporting<br>                criteria. |
| Native | lce\_reportingAction |
| 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_d345433a-dfb0-4437-9790-5fca729d350f__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> |
| Native | qesdk\_transaction\_status | See QESDK transaction status for Native APIs 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. |

**Parent Topic:** LCE subsystem APIs

Last Published: Nov 14, 2024

Previous Topic
 
getLastEstimationReport Next Topic

LCE subsystem callback interfaces