# registerFlowStatusUpdates

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

Registers a callback to receive flow status updates.

    registerFlowStatusUpdates()Copy to clipboard

## Parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| registerFlowStatusUpdates | Java | IflowStatus | [Callback](https://docs.qualcomm.com/doc/80-PK177-134/topic/i_flow_status.html)<br>                                providing updates on individual flows and the status associated with<br>                                the flow. |
| flowStatusCallback | Native | dpp\_flowStatus | [Callback](https://docs.qualcomm.com/doc/80-PK177-134/topic/i_flow_status.html)<br>                                providing updates on individual flows and the status associated with<br>                                the flow. |
| 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: Sucess </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"><br>                                    <li class="li">1: Sucess </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. |
|  |  |  |  |

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

Last Published: Nov 14, 2024

[Previous Topic
Constructor](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/dpp_creator.md) [Next Topic
addFlow](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/add_flow.md)