I have a method that I want to call every time one of the other methods is called. I do not want to call him every time. Is there a way for other methods to naturally call this method before executing native code?
If I have a method called isThere (), and I want it to be called in another method, I don't want to have isThere () written in each method. I was hoping there would be an easier way to do this.
source share