ORKPasscodeResult Class Reference
Inherits from | ORKResult : NSObject |
---|---|
Declared in | ORKPasscodeResult.h |
The ORKPasscodeResult
class records the results of a passcode step.
The passcode result object contains a boolean indicating whether the passcode was saved or not.
passcodeSaved
A boolean indicating if a passcode was saved or not.
@property (nonatomic, assign, getter=isPasscodeSaved) BOOL passcodeSaved
Declared In
ORKPasscodeResult.h
touchIdEnabled
A boolean that indicates if the user has enabled/disabled TouchID
@property (nonatomic, assign, getter=isTouchIdEnabled) BOOL touchIdEnabled
Declared In
ORKPasscodeResult.h