# 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
[Link interrupt indication](https://docs.qualcomm.com/doc/80-PK177-134/topic/link_interrupt_indication.html) for details of
reported events and related values. | | callback | Native | lli\_LinkInterruptIndication | Callback providing interruption event reports. See
[Link interrupt indication](https://docs.qualcomm.com/doc/80-PK177-134/topic/link_interrupt_indication.html) for details of
reported events and related values. | | ret | Native | int8\_t& | On success this is the actual return value from the API.



| | | | | | ## Returns | Return | API type | Data type | Description | | --- | --- | --- | --- | | response | Java | int | | | 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)