GlobalContextsController

Functions

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

Add a GlobalContext generator to the configuration of the tracker.

Link copied to clipboard
abstract fun getTags(): MutableSet<String>
Link copied to clipboard
abstract fun remove(@NonNull tag: String): GlobalContext?

Remove a GlobalContext generator from the configuration of the tracker.

Inheritors

Link copied to clipboard