setParticipantData abstract method

Future<ParticipantData> setParticipantData(
  1. String studyDeploymentId,
  2. String inputDataType,
  3. ParticipantData data
)

Set participant data for the given inputDataType in the study deployment with studyDeploymentId.

Returns all data for the specified study deployment, including the newly set data.

Implementation

Future<ParticipantData> setParticipantData(
  String studyDeploymentId,
  String inputDataType,
  ParticipantData data,
);