shaharbad
3 years agoChannel Surfer
How to use a callback function inside my app?
In a channel I'm developing I have 2 functions that I call but I first need the first one to finish and then run the second one.
I tried doing this but it doesn't call the callback function:
requestNonceButton.observeField("itemSelected", "function1", function2)
I also tried adding quotation marks to it.
Thanks a lot in advance.