Foreground Push View

Prev Next

This method allows you to show a push notification banner 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 the Insider SDK initialization. See the example in the React Native Demo.

Method Signatures

Future setActiveForegroundPushView() async

Method Examples

FlutterInsider.Instance.setActiveForegroundPushView()