VarioqubReporter
public protocol VarioqubReporter : AnyObject, VarioqubNameProvider
Undocumented
-
Sets currently active experiments.
Declaration
Swift
func setExperiments(_ experiments: String)
Parameters
experiments
The currently active experiments.
-
Sets the triggered test IDs.
Declaration
Swift
func setTriggeredTestIds(_ triggeredTestIds: VarioqubTestIDSet)
Parameters
triggeredTestIds
The set of the triggered test IDs.
-
Reports a configuration change.
- paramter eventData: eventData with the currently active config.
Declaration
Swift
func sendActivateEvent(_ eventData: VarioqubEventData)