This method allows you to show a push notification banner when the application is in the foreground.
Your title goes here
By default, in SDK behavior, if the method is not used, the notification banner does not appear when the app is in the foreground, but the push action set and logs are triggered.
This method should be located after the Insider SDK initialization. See the example in React Native Demo.
Method Signatures
static setActiveForegroundPushView()Method Examples
RNInsider.setActiveForegroundPushView()