Skip to content

Dismiss in-app message associated with remote notification. #81

@nriedman

Description

@nriedman

Problem

Right now, when the user taps a push notification, the app deep links to the part of the app associated with the action included in the notification. In fact, push notifications and in-app notifications are one-to-one, meaning that when we get a push notification there is also an in-app message for the same action. However, at the moment we do not dismiss the in-app message when we complete the action via the push notification.

Solution

Use the information contained in the payload of the push notification to dismiss the in-app message on tap of the push notification (if the message is dismissible).

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions