ConfigurationCache

class ConfigurationCache

Author

Umang Chamaria

Types

Companion
Link copied to clipboard
object Companion

Functions

addScreenToSentList
Link copied to clipboard
fun addScreenToSentList(screenName: String)
getAppMeta
Link copied to clipboard
fun getAppMeta(context: Context): AppMeta
getSentScreenNames
Link copied to clipboard
fun getSentScreenNames(): Set<String>
initialiseSentScreens
Link copied to clipboard
fun initialiseSentScreens(sentScreenNames: Set<String>)
setIntegrationMeta
Link copied to clipboard
fun setIntegrationMeta(integrationMeta: IntegrationMeta)

Properties

integrationMeta
Link copied to clipboard
var integrationMeta: IntegrationMeta? = null