ScreenNameTrackingConfig

class ScreenNameTrackingConfig(val isPackageFilteringEnabled: Boolean, val whitelistedPackages: Set<String>)

Configuration for Screen Name Tracking

Author

Gowtham KK

Since

12.9.00

Constructors

Link copied to clipboard
constructor(isPackageFilteringEnabled: Boolean, whitelistedPackages: Set<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, SDK will filter the screen names based on the given package names otherwise SDK will track all the screen names present in the merged Manifest of the Application

Link copied to clipboard

A Set of package name prefixes for which activity name should be tracked. By default, all activities in the merged manifest will get tracked.

Functions

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