In App Config
class InAppConfig(shouldHideStatusBar: Boolean, optOutActivities: Set<Class<*>>?, isJavascriptEnabled: Boolean)
Content copied to clipboard
InApp Configuration Object.
Author
Umang Chamaria
Since
11.0.00
Parameters
should Hide Status Bar
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.
opt Out Activities
Set of Class instances for Activities on which in-app should not be shown.
Constructors
InAppConfig
Link copied to clipboard
InAppConfig
Link copied to clipboard
InAppConfig
Link copied to clipboard
fun InAppConfig(shouldHideStatusBar: Boolean, optOutActivities: Set<Class<*>>?)
Content copied to clipboard
InAppConfig
Link copied to clipboard
fun InAppConfig(shouldHideStatusBar: Boolean, optOutActivities: Set<Class<*>>?, isJavascriptEnabled: Boolean)
Content copied to clipboard
Functions
add Activity Name
Link copied to clipboard
add Screen Name
Link copied to clipboard
Add a screen name to the block list.
add Screen Names
Link copied to clipboard
Add a set of screen name to the block list.
get Opted Out Screen Name
Link copied to clipboard
Properties
isJavascriptEnabled
Link copied to clipboard
optOutActivities
Link copied to clipboard
Set of class objects which extends AppCompatActivity
shouldHideStatusBar
Link copied to clipboard