# registerForLinkInterruptIndications

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

Subscribes to interrupt events happening before and during handoff.

            registerForLinkInterruptIndications()Copy to clipboard

## Parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| callback | Java | IlinkInterruptIndication | Callback providing interruption event reports. See<br>                                    [Link interrupt indication](https://docs.qualcomm.com/doc/80-PK177-134/topic/link_interrupt_indication.html) for details of<br>                                reported events and related values. |
| callback | Native | lli\_LinkInterruptIndication | Callback providing interruption event reports. See<br>                                    [Link interrupt indication](https://docs.qualcomm.com/doc/80-PK177-134/topic/link_interrupt_indication.html) for details of<br>                                reported events and related values. |
| 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="reference_jsl_zt3_1yb__properties_wq2_yy3_1yb_spyrz_07-05-23-1329-12-197"><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. |
|  |  |  |  |

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

Last Published: Nov 14, 2024

[Previous Topic
Constructor](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/creator_QC_1.md) [Next Topic
LLI subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/lli_subsystem_callback_interfaces.md)