Skip to content

Added 'isDismissed' param to notification.onClick#203

Open
omairvaiyani wants to merge 1 commit intomansona:mainfrom
MyLabs:notification-close-reason
Open

Added 'isDismissed' param to notification.onClick#203
omairvaiyani wants to merge 1 commit intomansona:mainfrom
MyLabs:notification-close-reason

Conversation

@omairvaiyani
Copy link
Copy Markdown

Updated branch and resubmitting PR

Given that onClick is called regardless of where the user clicks the notification, determining their goal was hard. The notification object returned by onClick did not have the value dismiss on hand, as onClick ran before the notification was dismissed. Therefore, I was running a timer after onClick to see whether the user wanted to dismiss or interact. This also limited how many interactions we can add.

@mansona
Copy link
Copy Markdown
Owner

mansona commented Jan 9, 2020

Hey @omairvaiyani thanks for the contribution 🎉 I think this is a pretty good addition and seems like it would be useful for other people too 🤔

Is there any chance that you could add a test for it?

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

Successfully merging this pull request may close these issues.

2 participants