So i have a bool value where i need to activate some kind of alarm to get the users attention (this is used for a countdown for a semi-automated pizza kiosk) when any of the items (pizzas in this case) bool is true. It this possible somehow?
I dont mind having to interact first aslong as i can interact 20ish mins before and it will alert me when the value becomes true
I think interaction with any screen in the app is sufficient. Even tapping on an empty part of the screen or a button that does nothing more than a notification action should be enough.
The whole point of the restriction is so you aren’t blasted with audio unexpectedly when first navigating to a web page. If you are already in the app and at least tapped on something, you will be fine.
I think the Custom AI component would be a good solution for this. I guess the only consideration might be if the page is fully reloaded on its own for some reason.