# 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.