ORKPasscodeStep Class Reference
| Inherits from | ORKStep : NSObject |
|---|---|
| Declared in | ORKPasscodeStep.h ORKPasscodeStep.m |
Overview
An ORKPasscodeStep object provides the participant a passcode creation step.
It is recommended to use a passcode step as part of the consent process to ensure that the participant signing the consent is the same participant completing other modules within that context.
Other Methods
+ passcodeStepWithIdentifier:passcodeFlow:
Returns a new passcode step with the specified identifier and passcode flow.
+ (instancetype)passcodeStepWithIdentifier:(NSString *)identifier passcodeFlow:(ORKPasscodeFlow)passcodeFlowParameters
identifier |
The identifier of the step (a step identifier should be unique within the task). |
|---|---|
passcodeFlow |
The passcode flow to be used for the step. |
Declared In
ORKPasscodeStep.h
passcodeFlow
The passcode flow to be used for the step.
@property (nonatomic) ORKPasscodeFlow passcodeFlowDiscussion
The default value of this property is ORKPasscodeFlowCreate.
Declared In
ORKPasscodeStep.h
passcodeType
The passcode type to be used for the step.
@property (nonatomic) ORKPasscodeType passcodeTypeDiscussion
The default value of this property is ORKPasscodeType4Digit.
Declared In
ORKPasscodeStep.h