Y
Hacker News
new
|
ask
|
show
|
jobs
Android 12 Notification Reverse Trampolining
(
onesignal.com
)
2 points
by
jmadler
1704 days ago
1 comments
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?
link
jmadler
1704 days ago
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.
link