disable receiving of push notifications when inside certain screens

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): Android

I have an in-app chat in a react-native app, using twilio. when sending a new message, i want to send a push notification to the other side who gets it. i’m able to send the notification and i’m also able to see it on the other device. my problem is that i want to disable display of the notification on the receiving end if the user is currently logged on AND is inside the chat window.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.