# registerFilterStatusUpdates Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/register_filter_status_updates.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/register_filter_status_updates.html) Registers a callback to receive filter status updates. registerFilterStatusUpdates()Copy to clipboard ## Parameters | **Parameter** | **API Type** | **Data Type** | **Description** | | --- | --- | --- | --- | | filterStatusCallback | Java | IfilterStatus | Callback providing updates on individual filters and
their status ([Filter status](https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_status.html)). | | filterStatusCallback | Native | llm\_filterStatus | Callback providing updates on individual filters and
their status ([Filter status](https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_status.html)). | | 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:** [LLM subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/llm_functions.html) Last Published: Nov 14, 2024 [Previous Topic prioritizeDefaultDataSubscription](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/prioritizedefaultdatasubscription.md) [Next Topic addFilter](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/add_filter.md)