hello all,
I need to show a toaster on a change happened in particular case, for that every second im checking whether there is a change or not using workers and if change is found then showing a toaster message. but the problem here is
as we are using worker, if the change occurred when the app in suspend mode then im not able to show toaster message, is it possible to check the condition for every second using background task? I know about time trigger event in back ground task. but
the minimum value of trigger interval is 15 minutes, i need to check on every second
any suggestions?