Config

data class Config(watchActivities: Boolean, watchFragments: Boolean, watchFragmentViews: Boolean, watchViewModels: Boolean, watchDurationMillis: Long, enabled: Boolean)

Types

Builder
Link copied to clipboard
class Builder

Functions

newBuilder
Link copied to clipboard
fun newBuilder(): AppWatcher.Config.Builder

Properties

enabled
Link copied to clipboard
val enabled: Boolean = true
watchActivities
Link copied to clipboard
val watchActivities: Boolean = true
watchDurationMillis
Link copied to clipboard
val watchDurationMillis: Long
watchFragments
Link copied to clipboard
val watchFragments: Boolean = true
watchFragmentViews
Link copied to clipboard
val watchFragmentViews: Boolean = true
watchViewModels
Link copied to clipboard
val watchViewModels: Boolean = true