getDeviceDeployment method

Future<SmartphoneDeployment> getDeviceDeployment(
  1. String studyDeploymentId
)

Get a deployment configuration for this master device (phone) for studyDeploymentId.

The default data endpoint is set to a FileDataEndPoint, i.e. storing the data locally on the phone as zipped files.

Implementation

Future<SmartphoneDeployment> getDeviceDeployment(
        String studyDeploymentId) async =>
    await getDeviceDeploymentFor(studyDeploymentId, thisPhone.roleName);