ORKPasscodeStep Class Reference

Inherits from ORKStep : NSObject
Declared in ORKPasscodeStep.h

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.

+ passcodeStepWithIdentifier:passcodeFlow:

Returns a new passcode step with the specified identifier and passcode flow.

+ (instancetype)passcodeStepWithIdentifier:(NSString *)identifier passcodeFlow:(ORKPasscodeFlow)passcodeFlow

Parameters

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 passcodeFlow

Discussion

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 passcodeType

Discussion

The default value of this property is ORKPasscodeType4Digit.

Declared In

ORKPasscodeStep.h