Commit 378ebc93 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 2f935d0b
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment