Determine the SMS is in junk folder or not (Unwanted Communication Reporting Extension)

Hi, we are currently developing an Unwanted Communication Reporting Extension.

**We would like to know whether the user taps the "Report Junk" button in the Normal folder or Junk Folder. **

Our app provides 2 different UI for Unwanted Communication Reporting Extension (False Negative and False Positive) for Report Junk.

In the earlier iOS versions we use the sender id to determine whether the user taps the" Report Junk" button in the Normal folder or Junk Folder. If the SMS is already in the Junk folder, the sender contains "(filtered)". However, in the latest iOS version, it seems that the filtered string is removed.

Does iOS provide a method to help us to determine?

Thanks