InAppConfig

class InAppConfig(val optOutActivities: Set<Class<*>>?)

InApp Configuration Object.

Since

11.0.00

Parameters

optOutActivities

Set of Class instances for Activities on which in-app should not be shown.

Constructors

Link copied to clipboard
constructor(optOutActivities: Set<Class<*>>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of class objects which extends AppCompatActivity

Functions

Link copied to clipboard
fun addActivityName(screenNames: Set<String>)
Link copied to clipboard
fun addScreenName(clazz: Class<*>)

Add a screen name to the block list.

Link copied to clipboard
fun addScreenNames(clazzSet: Set<Class<*>>)

Add a set of screen name to the block list.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String