Question:
How to programmatically control notification appearance in foreground in React Native? Say, I want to always show a notification banner on top of the screen - how do I do that?
Answer:
This behavior is controlled with `Pushwoosh_SHOW_ALERT` flag. If you want to disable showing a banner in foreground, you should use Pushwoosh_SHOW_ALERT with NO value, otherwise set it to YES.
Comments
0 comments
Please sign in to leave a comment.