Node-Red Android Any way to keep notification sound until that notification is dismissed?

As the title mentions, is there any way to keep a notification sound going until that notification is dismissed? Right now a single click anywhere on the phone will turn off the alarm sound.

Right now my Service Node is defined like this:

Important notifications, I loop a tts message over and over with a trigger node. You can set msg.reset to true and it will stop the loop.

That’s a nice idea however I would need to go into the app to actually stop the alarm, which, now that I’m writing is not a bad idea at all. Thanks!

Or create an input boolean and in the original notification create an action to toggle the boolean.

Put the boolean in an event state, no state and check all the boxes. Set message reset to true and attach it to the trigger node. every time it toggles it will reset the trigger.