Foreground Push View

Prev Next

This method allows you to show a notification banner of pushes when the application is in the foreground.

Your title goes here
In SDK's normal behavior, if the method is not used, the notification banner does not appear when the app is in the foreground, but the action set of the push and logs gets triggered.

This method should be located after Insider SDK initialization. Check the example from the demo: React Native Demo.

Method Signatures

Future setActiveForegroundPushView() async

Method Examples

FlutterInsider.Instance.setActiveForegroundPushView()