Hello!
We have successfully implemented Intercom as part of our Qt for Android application. All integrations were done on the Android side and it is working fine.
One issue is that our app is running in complete fullscreen (transient action bar and status bar - WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE ). However tapping on the Intercom launcher, calling Intercom.client().present() brings us into home view with both action and status bars visible. Is there any way how to pass a parameter to intercom so that it loads in fullscreen with the same options as the app?
We do have some limitations on native Views and Activity management in Android when doing things through Qt.