SmartphoneStudy class
A study configured to run on a smartphone (i.e., on a SmartPhoneClientManager).
- Inheritance
-
- Object
- Study
- SmartphoneStudy
Constructors
- SmartphoneStudy({String? studyId, required String studyDeploymentId, required String deviceRoleName, String? participantId, String? participantRoleName})
- SmartphoneStudy.fromInvitation(ActiveParticipationInvitation invitation)
-
Create a new study based on an
invitation
.
Properties
- deviceRoleName ↔ String
-
The role name of the device in the deployment this study runtime participates in.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- participantId ↔ String?
-
The ID of the participant in this study.
getter/setter pair
- participantRoleName ↔ String?
-
The role name of the participant in this study.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ StudyStatus
-
The status of this study.
getter/setter pairinherited
- studyDeploymentId ↔ String
-
The ID of the deployed study for which to collect data.
getter/setter pairinherited
- studyId ↔ String?
-
The unique id of the study.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited