Hacker News new | ask | show | jobs
by FastEatSlow 1704 days ago
I was puzzled over why trampolining is used, so a quick look shows it was used for tracking notification clicks. Anybody know why these analytics are sometimes handled before the view instead of inside it?
1 comments

In this case, it's handled before the view instead of inside of it because it's managed by the OneSignal SDK as opposed to the app itself.