Navigation

inner class Navigation

Properties

Link copied to clipboard
val disabledActivityClasses: Set<Class<out Activity>>

Set of Activity classes that are ignored for automatic navigation tracking.

Link copied to clipboard
val disabledFragmentClasses: Set<Class<out Fragment>>

Set of Fragment classes that are ignored for automatic navigation tracking.

Link copied to clipboard
val isActivityEnabled: Boolean

Whether an Activity enter and exit events are automatically tracked.

Link copied to clipboard
val isFragmentEnabled: Boolean

Whether a Fragment enter and exit events are automatically tracked.