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 prepopulation (title, logo, animation).
See more at: http://researchkit.org/docs/Constants/ORKConsentSectionType.html
Constants
- Custom → const RPConsentSectionType
-
const RPConsentSectionType(8)
- DataGathering → const RPConsentSectionType
-
const RPConsentSectionType(1)
- DataUse → const RPConsentSectionType
-
const RPConsentSectionType(3)
- Overview → const RPConsentSectionType
-
const RPConsentSectionType(0)
- Privacy → const RPConsentSectionType
-
const RPConsentSectionType(2)
- StudySurvey → const RPConsentSectionType
-
const RPConsentSectionType(6)
- StudyTasks → const RPConsentSectionType
-
const RPConsentSectionType(5)
- TimeCommitment → const RPConsentSectionType
-
const RPConsentSectionType(4)
-
values
→ const List<
RPConsentSectionType> -
A constant List of the values in this enum, in order of their declaration.
const List<
RPConsentSectionType> - Withdrawing → const RPConsentSectionType
-
const RPConsentSectionType(7)
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited