InAppConfig

fun InAppConfig()
fun InAppConfig(shouldHideStatusBar: Boolean)
fun InAppConfig(shouldHideStatusBar: Boolean, optOutActivities: Set<Class<*>>?)


fun InAppConfig(shouldHideStatusBar: Boolean, optOutActivities: Set<Class<*>>?, isJavascriptEnabled: Boolean)

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.