Formerly you defined handleButtonClick2 in an createItooIntent procedure, which runs in the background and in the background there are no user interface components
I think in the buttonclickevent2, add one helper and add the stop process inside a local variable and in this local variable just call this helper and you will find it is working
Try this for the close button
In case it does not work as it should work, show us a screenshot of your updated relevant blocks and explain what happens and what you want to happen instead
so if i changed 8 to 6 less than 7 then it will stop but i should make it stop from the app to just notify the customer with the num exceeds and then he can open the app or close the notifications and the voice
still not working close now is not opening the screen but not working too but i suggest to make the clock time interval as 0 by clicking on the close button i added it with the itoo close but the notification itself didnt work
i meant that its keeping notifying because of the clock so how can we make clock stopped using the close button as i tried before and added it with close itoo but the notification didn't work at all?
It looks like procedure handleButtonClick will not get triggered in the background
Add a debug statement using the Notifier LogInfo method in that procedure and use logcat to find out what's going on