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.
Method Signatures
setActiveForegroundPushView(): void;Method Examples
window.Insider.setActiveForegroundPushView()