GlobalContextsConfiguration

This class allows the setup of Global Contexts which are attached to selected events.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun add(tag: String, contextGenerator: GlobalContext): Boolean

Add a GlobalContext generator to the configuration of the tracker.

Link copied to clipboard
open override fun copy(): GlobalContextsConfiguration
Link copied to clipboard
open override fun remove(tag: String): GlobalContext?

Remove a GlobalContext generator from the configuration of the tracker.

Properties

Link copied to clipboard
open override val tags: Set<String?>

Set of tags associated with added GlobalContexts.