EventTracking

inner class EventTracking

Automatic event tracking preference.

See also

Constructors

Link copied to clipboard
fun EventTracking()

Types

Link copied to clipboard
inner class Interaction

User interaction events like touch.

Link copied to clipboard
inner class Navigation

Navigation events like Activity start.

Functions

Link copied to clipboard
fun default()

Sets tracking properties to default values. Sets Navigation.disabledActivityClasses and Navigation.disabledFragmentClasses remain untouched.

Link copied to clipboard
fun disableAll()

Disables all events.

Link copied to clipboard
fun enableAll()

Enabled all events.

Properties

Link copied to clipboard
val interaction: Preferences.EventTracking.Interaction

User interaction events like touch.

Link copied to clipboard
val navigation: Preferences.EventTracking.Navigation

Navigation events like Activity start.