I want to track all the button clicks that happen within my app and generate (for example) an alert as a response to each. Is there a way to set up some sort of a "global" event listener for button clicks that would allow me to know when a certain button was clicked and give me some type of identification of what element was clicked?
Also, I was wondering if this feature would be specific for android/iOS apps or could it be general?