LazzeZee
Results
2
issues of
LazzeZee
Hi, I have some callback code running when I receive a push notification. It works perfectly fine when app is in foreground but is not called when app is running...
When adding notification channel there should be a channel name to avoid IllegalArgumentException: ``` var channel = { name: "my_channel_name, id: "my_channel_id", sound: "mysound", vibration: true, light: true, lightColor: parseInt("FF0000FF",...