Package-level declarations

Types

Link copied to clipboard

Saves Map objects to physical files in a private area designated to the application.

Link copied to clipboard
class Session constructor(foregroundTimeout: Long, backgroundTimeout: Long, timeUnit: TimeUnit, namespace: String?, context: Context)

Component that generate a Session context which gets appended to each event sent from the Tracker and changes based on:

Link copied to clipboard
class SessionConfigurationUpdate @JvmOverloads constructor(foregroundTimeout: TimeMeasure = TimeMeasure(30, TimeUnit.MINUTES), backgroundTimeout: TimeMeasure = TimeMeasure(30, TimeUnit.MINUTES)) : SessionConfiguration