ORKRegistrationStepOption Constants Reference
| Declared in | ORKRegistrationStep.h |
|---|
ORKRegistrationStepOption
The ORKRegistrationStepOption flags let you include particular fields in addition
to the default fields (email and password) in the registration step.
Definition
typedef NS_OPTIONS(NSUInteger, ORKRegistrationStepOption ) {
ORKRegistrationStepDefault = 0,
ORKRegistrationStepIncludeGivenName = ( 1 < < 1 ),
ORKRegistrationStepIncludeFamilyName = ( 1 < < 2 ),
ORKRegistrationStepIncludeGender = ( 1 < < 3 ),
ORKRegistrationStepIncludeDOB = ( 1 < < 4 ),
ORKRegistrationStepIncludePhoneNumber = ( 1 < < 5 ),
};
Constants
ORKRegistrationStepDefault-
Default behavior.
Declared In
ORKRegistrationStep.h. ORKRegistrationStepIncludeGivenName-
Include the given name field.
Declared In
ORKRegistrationStep.h. ORKRegistrationStepIncludeFamilyName-
Include the family name field.
Declared In
ORKRegistrationStep.h. ORKRegistrationStepIncludeGender-
Include the gender field.
Declared In
ORKRegistrationStep.h. ORKRegistrationStepIncludeDOB-
Include the date of birth field.
Declared In
ORKRegistrationStep.h. ORKRegistrationStepIncludePhoneNumber-
Include the user phone number.
Declared In
ORKRegistrationStep.h.
Declared In
ORKRegistrationStep.h