GlobalContextsController

interface GlobalContextsController : GlobalContextsConfigurationInterface

Controller for managing the Global Contexts.

Functions

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

Add a GlobalContext generator to the configuration of the tracker.

Link copied to clipboard
abstract fun remove(tag: String): GlobalContext?

Remove a GlobalContext generator from the configuration of the tracker.

Properties

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