I am building a electron app and my question is whenever an event fires from API, electron app should catch that event and trigger a function to show a modal on Windows. I cant use Notification API because user should press 'APPROVE' or 'REJECT' buttons on that modal.
Requirements:
I couldn't find any documentation about it. Is it possible thing to do in Windows?