StudyRuntime<TRegistration extends DeviceRegistration> constructor

StudyRuntime<TRegistration extends DeviceRegistration>(
  1. DeploymentService deploymentService,
  2. DeviceDataCollectorFactory deviceRegistry
)

Create a new study runtime, specifying the deploymentService to use to retrieve and manage the study deployment with studyDeploymentId and the deviceRegistry to handle the devices used in this study deployment.

Implementation

StudyRuntime(this.deploymentService, this.deviceRegistry);