InAppConfig
fun InAppConfig(shouldHideStatusBar: Boolean, optOutActivities: Set<Class<*>>?)
Content copied to clipboard
fun InAppConfig(shouldHideStatusBar: Boolean, optOutActivities: Set<Class<*>>?, isJavascriptEnabled: Boolean)
Content copied to clipboard
Parameters
shouldHideStatusBar
By default, the MoEngage SDK hides the top navigation bar when showing in-apps. If your application has navigation drawer and fragments some-times the fragment is not rendered after in-app is dismissed.
optOutActivities
Set of Class instances for Activities on which in-app should not be shown.