I am using Firebase's In-App Messaging SDK. So when I run a campaign, it's shows the popup into my Launcher screen of the application.
But instead of that I want to show into the Home screen of the application. Is it possible?
I believe you can use a scheduler in the firebase console for that. You can specify after which event the FIAM should appear. On the screenshot below, I have added two events: on_foreground
and open_profile_tab
. The first one is added by default.
Please notice, that the FIAM will be displayed after ANY
of these events occur.