diff --git a/README.md b/README.md index 463b8d7d..3e551e5f 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,8 @@ public class TransitionReceiver extends BroadcastReceiver { Android, iOS only +onNotificationClicked is fired only when notification is configured passing ```data: Object``` Otherwise, it does not fire! + ```javascript window.geofence.onNotificationClicked = function (notificationData) { console.log('App opened from Geo Notification!', notificationData);