RPConsentSectionType enum
Enum containing the available types for RPConsentSection.
Every type has a title and a logo associated to it.
Use Custom to create your own section type and avoid any pre-population
(title, logo, animation).
See more at: http://researchkit.org/docs/Constants/ORKConsentSectionType.html
Values
- Overview → const RPConsentSectionType
- DataGathering → const RPConsentSectionType
- Privacy → const RPConsentSectionType
- DataUse → const RPConsentSectionType
- TimeCommitment → const RPConsentSectionType
- Duration → const RPConsentSectionType
- StudyTasks → const RPConsentSectionType
- StudySurvey → const RPConsentSectionType
- Withdrawing → const RPConsentSectionType
- YourRights → const RPConsentSectionType
- Welcome → const RPConsentSectionType
- AboutUs → const RPConsentSectionType
- Goals → const RPConsentSectionType
- Benefits → const RPConsentSectionType
- DataHandling → const RPConsentSectionType
- Location → const RPConsentSectionType
- Health → const RPConsentSectionType
- UserDataCollection → const RPConsentSectionType
- PassiveDataCollection → const RPConsentSectionType
- Custom → const RPConsentSectionType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
RPConsentSectionType> - A constant List of the values in this enum, in order of their declaration.