From 378ebc93cbe39702b39b85b6f16cabb9698c7207 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 11 Oct 2017 10:26:38 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7872b48..6f7ebda 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(); -- 2.26.2