TrackerExtensionsProvider

Interface to provide installed TrackerExtensions to this extension

Properties

Link copied to clipboard

List of required TrackerExtensions. If empty, all installed extensions will be provided. If not empty, only the extensions with the specified ids will be provided

Functions

Link copied to clipboard
abstract fun setTrackerExtensions(extensions: List<TrackerExtension>)

Called when the extension is initialized, to provide the requiredTrackerExtensions to the extension.