diff --git a/README.md b/README.md index 7872b48f4e4865b0056c076ef10331e7f1a5150b..6f7ebdaadecbad503a8ee168e29dc7ed32fd96e4 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,8 @@ FCM.on(FCMEvent.Notification, async (notif) => { //this is a local notification } if(notif.opened_from_tray){ - //app is open/resumed because user clicked banner + //iOS: app is open/resumed because user clicked banner + //Android: app is open/resumed because user clicked banner or tapped app icon } // await someAsyncCall();