You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to dispatch an event on receiving a notification while the app is closed.
On iOS this is demonstrated by adding BackgroundRunnerPlugin.dispatchEvent(event: "remoteNotification", eventArgs: userInfo) to the AppDelegate on didReceiveRemoteNotification
How is this achieved on android?
The text was updated successfully, but these errors were encountered:
Same problem. I believe steps is extend FirebaseMessagingService, then override onMessageReceived, and then....what?
May be need to call BackgroundRunnerPlugin.dispatchEvent somehow but it does not provide any static methods
I am trying to dispatch an event on receiving a notification while the app is closed.
On iOS this is demonstrated by adding
BackgroundRunnerPlugin.dispatchEvent(event: "remoteNotification", eventArgs: userInfo)
to theAppDelegate
on didReceiveRemoteNotificationHow is this achieved on android?
The text was updated successfully, but these errors were encountered: