Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle notification is opened #172

Open
buraksari1993 opened this issue Sep 3, 2020 · 1 comment
Open

How to handle notification is opened #172

buraksari1993 opened this issue Sep 3, 2020 · 1 comment

Comments

@buraksari1993
Copy link

How do I know if the application is opened by clicking the notification when the application is closed?

FCM payload looks like below:

 "notification": {
      "title": "hello",
      "body": "test message",
      "click_action": "OPEN_ACTIVITY_1"
  },

This is using "click_action" on firebase. But we couldn't find this function on "azurenotificationhub". And I don't know how to do this.
As a result, I want to open the page I want when the notification is clicked while the application is closed.

@omerakinusf
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants